Html Css Color HEX #F0D012 Broom

📋 copy color: '#F0D012'

red 240 ◦ green 208 ◦ blue 18

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

Shades of Broom #F0D012

Tints of Broom #F0D012

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.64%

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

R = 51.5%
G = 44.64%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F0D012 (or 0xF0D012) is known color: Broom. HEX triplet: F0, D0 and 12. RGB value is (240,208,18). Sum of RGB (Red+Green+Blue) = 240+208+18=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 18 (7.42% from 255 or 3.86% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D012 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D012 is #0F2FED. Grayscale: #C4C4C4. Windows color (decimal): -995310 or 1233136. OLE color: 1233136.

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

Color convert

RGB 240 208 18 -
CMYK 0 0.13 0.92 0.06
HSL 51.35º 0.88% 0.51% -
HSV(B) 51.35º 0.93% 0.94% -
XYZ 58.6 63.68 9.78 -
YUV 195.91 27.6 159.45 -
System Red Green Blue C M Y K H S L
Decimal 240 208 18 0 0.13 0.92 0.06 51.35 0.88 0.51
Hex F0 D0 12 0 D 5C 6 33 58 33
Octal 360 320 22 0 15 134 6 63 130 63
Binary 11110000 11010000 10010 0 1101 1011100 110 110011 1011000 110011

Color Harmonies of #F0D012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D012

Black with #F0D012

Text Example


Text Example

White with #F0D012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D012; }

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

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

background-color css

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

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

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

border-color css

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

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

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