Html Css Color HEX #F0D212 Broom

📋 copy color: '#F0D212'

red 240 ◦ green 210 ◦ blue 18

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

Shades of Broom #F0D212

Tints of Broom #F0D212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.85%

R = 51.28%
G = 44.87%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F0D212 (or 0xF0D212) is known color: Broom. HEX triplet: F0, D2 and 12. RGB value is (240,210,18). Sum of RGB (Red+Green+Blue) = 240+210+18=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 18 (7.42% from 255 or 3.85% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D212 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D212 is #0F2DED. Grayscale: #C5C5C5. Windows color (decimal): -994798 or 1233648. OLE color: 1233648.

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

Color convert

RGB 240 210 18 -
CMYK 0 0.12 0.92 0.06
HSL 51.89º 0.88% 0.51% -
HSV(B) 51.89º 0.93% 0.94% -
XYZ 59.09 64.66 9.94 -
YUV 197.08 26.94 158.61 -
System Red Green Blue C M Y K H S L
Decimal 240 210 18 0 0.12 0.92 0.06 51.89 0.88 0.51
Hex F0 D2 12 0 C 5C 6 34 58 33
Octal 360 322 22 0 14 134 6 64 130 63
Binary 11110000 11010010 10010 0 1100 1011100 110 110100 1011000 110011

Color Harmonies of #F0D212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D212

Black with #F0D212

Text Example


Text Example

White with #F0D212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D212; }

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

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

background-color css

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

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

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

border-color css

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

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

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