Html Css Color HEX #F0B33F Tulip Tree

📋 copy color: '#F0B33F'

red 240 ◦ green 179 ◦ blue 63

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

Shades of Tulip Tree #F0B33F

Tints of Tulip Tree #F0B33F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.14%

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

R = 49.79%
G = 37.14%
B = 13.07%

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

#F0B33F (or 0xF0B33F) is known color: Tulip Tree. HEX triplet: F0, B3 and 3F. RGB value is (240,179,63). Sum of RGB (Red+Green+Blue) = 240+179+63=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 63 (25% from 255 or 13.07% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B33F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0B33F is #0F4CC0. Grayscale: #B8B8B8. Windows color (decimal): -1002689 or 4174832. OLE color: 4174832.

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

Color convert

RGB 240 179 63 -
CMYK 0 0.25 0.74 0.06
HSL 39.32º 0.86% 0.59% -
HSV(B) 39.32º 0.74% 0.94% -
XYZ 52.95 51.12 11.78 -
YUV 184.02 59.71 167.93 -
System Red Green Blue C M Y K H S L
Decimal 240 179 63 0 0.25 0.74 0.06 39.32 0.86 0.59
Hex F0 B3 3F 0 19 4A 6 27 56 3B
Octal 360 263 77 0 31 112 6 47 126 73
Binary 11110000 10110011 111111 0 11001 1001010 110 100111 1010110 111011

Color Harmonies of #F0B33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B33F

Black with #F0B33F

Text Example


Text Example

White with #F0B33F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B33F; }

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

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

background-color css

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

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

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

border-color css

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

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

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