Html Css Color HEX #F0D214 Broom

📋 copy color: '#F0D214'

red 240 ◦ green 210 ◦ blue 20

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

Shades of Broom #F0D214

Tints of Broom #F0D214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.26%

R = 51.06%
G = 44.68%
B = 4.26%

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

#F0D214 (or 0xF0D214) is known color: Broom. HEX triplet: F0, D2 and 14. RGB value is (240,210,20). Sum of RGB (Red+Green+Blue) = 240+210+20=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 20 (8.20% from 255 or 4.26% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D214 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D214 is #0F2DEB. Grayscale: #C6C6C6. Windows color (decimal): -994796 or 1364720. OLE color: 1364720.

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

Color convert

RGB 240 210 20 -
CMYK 0 0.12 0.92 0.06
HSL 51.82º 0.88% 0.51% -
HSV(B) 51.82º 0.92% 0.94% -
XYZ 59.11 64.67 10.03 -
YUV 197.31 27.94 158.45 -
System Red Green Blue C M Y K H S L
Decimal 240 210 20 0 0.12 0.92 0.06 51.82 0.88 0.51
Hex F0 D2 14 0 C 5C 6 34 58 33
Octal 360 322 24 0 14 134 6 64 130 63
Binary 11110000 11010010 10100 0 1100 1011100 110 110100 1011000 110011

Color Harmonies of #F0D214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D214

Black with #F0D214

Text Example


Text Example

White with #F0D214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D214; }

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

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

background-color css

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

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

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

border-color css

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

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

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