#F0B03B

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

Shades of Tulip Tree #F0B03B

Tints of Tulip Tree #F0B03B

Color information

#F0B03B (or 0xF0B03B) is unknown color: approx Tulip Tree. HEX triplet: F0, B0 and 3B. RGB value is (240,176,59). Sum of RGB (Red+Green+Blue) = 240+176+59=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 59 (23.44% from 255 or 12.42% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B03B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0B03B is #0F4FC4. Grayscale: #B6B6B6. Windows color (decimal): -1003461 or 3911920. OLE color: 3911920.

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

Color convert

RGB24017659-
CMYK00.270.750.06
HSL38.78º85.78%58.63%-
HSV(B)38.78º75.42%94.12%-
XYZ52.2549.8911.01-
YUV181.858.7169.51-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.53%
GREEN value IS 176 (69.14% from 255) = 37.05%
BLUE value IS 59 (23.44% from 255) = 12.42%
R=50.53%
G=37.05%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401765900.270.750.0638.7885.7858.63
HexF0B03B01B4B627563b
Octal3602607303311364712673
Binary111100001011000011101101101110010111101001111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B03B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B03B; }

 p { color: rgb(240,176,59); }

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

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

 a { background-color: rgb(240,176,59); }

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

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

 span { border-color: rgb(240,176,59); }

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