Html Css Color HEX #F0D514 Broom

📋 copy color: '#F0D514'

red 240 ◦ green 213 ◦ blue 20

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

Shades of Broom #F0D514

Tints of Broom #F0D514

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.03%

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

R = 50.74%
G = 45.03%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F0D514 (or 0xF0D514) is known color: Broom. HEX triplet: F0, D5 and 14. RGB value is (240,213,20). Sum of RGB (Red+Green+Blue) = 240+213+20=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 20 (8.20% from 255 or 4.23% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D514 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D514 is #0F2AEB. Grayscale: #C7C7C7. Windows color (decimal): -994028 or 1365488. OLE color: 1365488.

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

Color convert

RGB 240 213 20 -
CMYK 0 0.11 0.92 0.06
HSL 52.64º 0.88% 0.51% -
HSV(B) 52.64º 0.92% 0.94% -
XYZ 59.86 66.16 10.28 -
YUV 199.07 26.95 157.19 -
System Red Green Blue C M Y K H S L
Decimal 240 213 20 0 0.11 0.92 0.06 52.64 0.88 0.51
Hex F0 D5 14 0 B 5C 6 35 58 33
Octal 360 325 24 0 13 134 6 65 130 63
Binary 11110000 11010101 10100 0 1011 1011100 110 110101 1011000 110011

Color Harmonies of #F0D514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D514

Black with #F0D514

Text Example


Text Example

White with #F0D514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D514; }

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

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

background-color css

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

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

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

border-color css

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

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

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