Html Css Color HEX #F0B53F Tulip Tree

📋 copy color: '#F0B53F'

red 240 ◦ green 181 ◦ blue 63

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

Shades of Tulip Tree #F0B53F

Tints of Tulip Tree #F0B53F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.4%

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

R = 49.59%
G = 37.4%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#F0B53F (or 0xF0B53F) is known color: Tulip Tree. HEX triplet: F0, B5 and 3F. RGB value is (240,181,63). Sum of RGB (Red+Green+Blue) = 240+181+63=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 181 (71.09% from 255 or 37.40% from 484); Blue value is 63 (25% from 255 or 13.02% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B53F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0B53F is #0F4AC0. Grayscale: #B9B9B9. Windows color (decimal): -1002177 or 4175344. OLE color: 4175344.

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

Color convert

RGB 240 181 63 -
CMYK 0 0.25 0.74 0.06
HSL 40º 0.86% 0.59% -
HSV(B) 40º 0.74% 0.94% -
XYZ 53.36 51.93 11.91 -
YUV 185.19 59.05 167.09 -
System Red Green Blue C M Y K H S L
Decimal 240 181 63 0 0.25 0.74 0.06 40 0.86 0.59
Hex F0 B5 3F 0 19 4A 6 28 56 3B
Octal 360 265 77 0 31 112 6 50 126 73
Binary 11110000 10110101 111111 0 11001 1001010 110 101000 1010110 111011

Color Harmonies of #F0B53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B53F

Black with #F0B53F

Text Example


Text Example

White with #F0B53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B53F; }

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

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

background-color css

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

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

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

border-color css

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

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

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