Html Css Color HEX #F0D014 Broom

📋 copy color: '#F0D014'

red 240 ◦ green 208 ◦ blue 20

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

Shades of Broom #F0D014

Tints of Broom #F0D014

RGB

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

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

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

R = 51.28%
G = 44.44%
B = 4.27%

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

#F0D014 (or 0xF0D014) is known color: Broom. HEX triplet: F0, D0 and 14. RGB value is (240,208,20). Sum of RGB (Red+Green+Blue) = 240+208+20=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 208 (81.64% from 255 or 44.44% from 468); Blue value is 20 (8.20% from 255 or 4.27% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D014 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D014 is #0F2FEB. Grayscale: #C4C4C4. Windows color (decimal): -995308 or 1364208. OLE color: 1364208.

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

Color convert

RGB 240 208 20 -
CMYK 0 0.13 0.92 0.06
HSL 51.27º 0.88% 0.51% -
HSV(B) 51.27º 0.92% 0.94% -
XYZ 58.62 63.69 9.87 -
YUV 196.14 28.6 159.29 -
System Red Green Blue C M Y K H S L
Decimal 240 208 20 0 0.13 0.92 0.06 51.27 0.88 0.51
Hex F0 D0 14 0 D 5C 6 33 58 33
Octal 360 320 24 0 15 134 6 63 130 63
Binary 11110000 11010000 10100 0 1101 1011100 110 110011 1011000 110011

Color Harmonies of #F0D014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D014

Black with #F0D014

Text Example


Text Example

White with #F0D014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D014; }

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

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

background-color css

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

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

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

border-color css

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

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

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