Html Css Color HEX #F0AF34 Tulip Tree

📋 copy color: '#F0AF34'

red 240 ◦ green 175 ◦ blue 52

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

Shades of Tulip Tree #F0AF34

Tints of Tulip Tree #F0AF34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.13%

R = 51.39%
G = 37.47%
B = 11.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F0AF34 (or 0xF0AF34) is known color: Tulip Tree. HEX triplet: F0, AF and 34. RGB value is (240,175,52). Sum of RGB (Red+Green+Blue) = 240+175+52=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 52 (20.70% from 255 or 11.13% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AF34 is #0F50CB. Grayscale: #B4B4B4. Windows color (decimal): -1003724 or 3452912. OLE color: 3452912.

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

Color convert

RGB 240 175 52 -
CMYK 0 0.27 0.78 0.06
HSL 39.26º 0.86% 0.57% -
HSV(B) 39.26º 0.78% 0.94% -
XYZ 51.88 49.43 10.06 -
YUV 180.41 55.53 170.5 -
System Red Green Blue C M Y K H S L
Decimal 240 175 52 0 0.27 0.78 0.06 39.26 0.86 0.57
Hex F0 AF 34 0 1B 4E 6 27 56 39
Octal 360 257 64 0 33 116 6 47 126 71
Binary 11110000 10101111 110100 0 11011 1001110 110 100111 1010110 111001

Color Harmonies of #F0AF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AF34

Black with #F0AF34

Text Example


Text Example

White with #F0AF34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AF34; }

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

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

background-color css

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

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

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

border-color css

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

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

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