Html Css Color HEX #F0D211 Broom

📋 copy color: '#F0D211'

red 240 ◦ green 210 ◦ blue 17

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

Shades of Broom #F0D211

Tints of Broom #F0D211

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.97%

 BLUE value IS 17 (7.03% from 255) = 3.64%

R = 51.39%
G = 44.97%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F0D211 (or 0xF0D211) is known color: Broom. HEX triplet: F0, D2 and 11. RGB value is (240,210,17). Sum of RGB (Red+Green+Blue) = 240+210+17=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 210 (82.42% from 255 or 44.97% from 467); Blue value is 17 (7.03% from 255 or 3.64% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D211 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D211 is #0F2DEE. Grayscale: #C5C5C5. Windows color (decimal): -994799 or 1168112. OLE color: 1168112.

HSL color Cylindrical-coordinate representation of color #F0D211: hue angle of 51.93º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0D211 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 210 17 -
CMYK 0 0.12 0.93 0.06
HSL 51.93º 0.88% 0.5% -
HSV(B) 51.93º 0.93% 0.94% -
XYZ 59.08 64.66 9.9 -
YUV 196.97 26.44 158.69 -
System Red Green Blue C M Y K H S L
Decimal 240 210 17 0 0.12 0.93 0.06 51.93 0.88 0.5
Hex F0 D2 11 0 C 5D 6 34 58 32
Octal 360 322 21 0 14 135 6 64 130 62
Binary 11110000 11010010 10001 0 1100 1011101 110 110100 1011000 110010

Color Harmonies of #F0D211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D211

Black with #F0D211

Text Example


Text Example

White with #F0D211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D211; }

 p { color: rgb(240,210,17); }

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

background-color css

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

 a { background-color: rgb(240,210,17); }

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

border-color css

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

 span { border-color: rgb(240,210,17); }

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