#F0AD3C

Color #F0AD3C Tulip Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tulip Tree #F0AD3C

Tints of Tulip Tree #F0AD3C

Color information

#F0AD3C (or 0xF0AD3C) is unknown color: approx Tulip Tree. HEX triplet: F0, AD and 3C. RGB value is (240,173,60). Sum of RGB (Red+Green+Blue) = 240+173+60=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 60 (23.83% from 255 or 12.68% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AD3C is #0F52C3. Grayscale: #B4B4B4. Windows color (decimal): -1004228 or 3976688. OLE color: 3976688.

HSL color Cylindrical-coordinate representation of color #F0AD3C: hue angle of 37.67º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0AD3C is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB24017360-
CMYK00.280.750.06
HSL37.67º85.71%58.82%-
HSV(B)37.67º75%94.12%-
XYZ51.6948.7410.96-
YUV180.1560.2170.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 50.74%
GREEN value IS 173 (67.97% from 255) = 36.58%
BLUE value IS 60 (23.83% from 255) = 12.68%
R=50.74%
G=36.58%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401736000.280.750.0637.6785.7158.82
HexF0AD3C01C4B626563b
Octal3602557403411364612673
Binary111100001010110111110001110010010111101001101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AD3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AD3C; }

 p { color: rgb(240,173,60); }

 H1.HeaderClassName
 {
   color: #F0AD3C;
 }
 .AnyTagClassName
 {
   color: #F0AD3C;
 }
</style>
background-color css

<style>
 a { background-color: #F0AD3C; }

 a { background-color: rgb(240,173,60); }

 div.DivClassName
 {
   background-color: #F0AD3C;
 }
 .BgClassName
 {
   background-color: #F0AD3C;
 }
</style>
border-color css

<style>
 span { border-color: #F0AD3C; }

 span { border-color: rgb(240,173,60); }

 td.TdClassName
 {
   border-color: #F0AD3C;
 }
 .TagClassName
 {
   border-color: #F0AD3C;
 }
</style>