Html Css Color HEX #F0B03D Tulip Tree

📋 copy color: '#F0B03D'

red 240 ◦ green 176 ◦ blue 61

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

Shades of Tulip Tree #F0B03D

Tints of Tulip Tree #F0B03D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.9%

 BLUE value IS 61 (24.22% from 255) = 12.79%

R = 50.31%
G = 36.9%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0B03D (or 0xF0B03D) is known color: Tulip Tree. HEX triplet: F0, B0 and 3D. RGB value is (240,176,61). Sum of RGB (Red+Green+Blue) = 240+176+61=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 61 (24.22% from 255 or 12.79% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B03D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0B03D is #0F4FC2. Grayscale: #B6B6B6. Windows color (decimal): -1003459 or 4042992. OLE color: 4042992.

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

Color convert

RGB 240 176 61 -
CMYK 0 0.27 0.75 0.06
HSL 38.55º 0.86% 0.59% -
HSV(B) 38.55º 0.75% 0.94% -
XYZ 52.3 49.91 11.29 -
YUV 182.03 59.7 169.35 -
System Red Green Blue C M Y K H S L
Decimal 240 176 61 0 0.27 0.75 0.06 38.55 0.86 0.59
Hex F0 B0 3D 0 1B 4B 6 27 56 3B
Octal 360 260 75 0 33 113 6 47 126 73
Binary 11110000 10110000 111101 0 11011 1001011 110 100111 1010110 111011

Color Harmonies of #F0B03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B03D

Black with #F0B03D

Text Example


Text Example

White with #F0B03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B03D; }

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

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

background-color css

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

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

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

border-color css

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

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

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