Html Css Color HEX #F0AF3F Tulip Tree

📋 copy color: '#F0AF3F'

red 240 ◦ green 175 ◦ blue 63

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

Shades of Tulip Tree #F0AF3F

Tints of Tulip Tree #F0AF3F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.61%

 BLUE value IS 63 (25% from 255) = 13.18%

R = 50.21%
G = 36.61%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#F0AF3F (or 0xF0AF3F) is known color: Tulip Tree. HEX triplet: F0, AF and 3F. RGB value is (240,175,63). Sum of RGB (Red+Green+Blue) = 240+175+63=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 63 (25% from 255 or 13.18% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AF3F is #0F50C0. Grayscale: #B6B6B6. Windows color (decimal): -1003713 or 4173808. OLE color: 4173808.

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

Color convert

RGB 240 175 63 -
CMYK 0 0.27 0.74 0.06
HSL 37.97º 0.86% 0.59% -
HSV(B) 37.97º 0.74% 0.94% -
XYZ 52.16 49.54 11.52 -
YUV 181.67 61.03 169.61 -
System Red Green Blue C M Y K H S L
Decimal 240 175 63 0 0.27 0.74 0.06 37.97 0.86 0.59
Hex F0 AF 3F 0 1B 4A 6 26 56 3B
Octal 360 257 77 0 33 112 6 46 126 73
Binary 11110000 10101111 111111 0 11011 1001010 110 100110 1010110 111011

Color Harmonies of #F0AF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AF3F

Black with #F0AF3F

Text Example


Text Example

White with #F0AF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AF3F; }

 p { color: rgb(240,175,63); }

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

background-color css

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

 a { background-color: rgb(240,175,63); }

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

border-color css

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

 span { border-color: rgb(240,175,63); }

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