Html Css Color HEX #F0AB3C Tulip Tree

📋 copy color: '#F0AB3C'

red 240 ◦ green 171 ◦ blue 60

#F0AB3C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tulip Tree #F0AB3C

Tints of Tulip Tree #F0AB3C

RGB

 RED value IS 240 (94.14% from 255) = 50.96%

 GREEN value IS 171 (67.19% from 255) = 36.31%

 BLUE value IS 60 (23.83% from 255) = 12.74%

R = 50.96%
G = 36.31%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0AB3C (or 0xF0AB3C) is known color: Tulip Tree. HEX triplet: F0, AB and 3C. RGB value is (240,171,60). Sum of RGB (Red+Green+Blue) = 240+171+60=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 60 (23.83% from 255 or 12.74% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AB3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AB3C is #0F54C3. Grayscale: #B3B3B3. Windows color (decimal): -1004740 or 3976176. OLE color: 3976176.

HSL color Cylindrical-coordinate representation of color #F0AB3C: hue angle of 37º 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 #F0AB3C is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 171 60 -
CMYK 0 0.29 0.75 0.06
HSL 37º 0.86% 0.59% -
HSV(B) 37º 0.75% 0.94% -
XYZ 51.31 47.98 10.83 -
YUV 178.98 60.86 171.53 -
System Red Green Blue C M Y K H S L
Decimal 240 171 60 0 0.29 0.75 0.06 37 0.86 0.59
Hex F0 AB 3C 0 1D 4B 6 25 56 3B
Octal 360 253 74 0 35 113 6 45 126 73
Binary 11110000 10101011 111100 0 11101 1001011 110 100101 1010110 111011

Color Harmonies of #F0AB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AB3C

Black with #F0AB3C

Text Example


Text Example

White with #F0AB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AB3C; }

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

 H1.HeaderClassName
 {
   color: #F0AB3C;
 }
 .AnyTagClassName
 {
   color: #F0AB3C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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