Html Css Color HEX #F0D513 Broom

📋 copy color: '#F0D513'

red 240 ◦ green 213 ◦ blue 19

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

Shades of Broom #F0D513

Tints of Broom #F0D513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.03%

R = 50.85%
G = 45.13%
B = 4.03%

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

#F0D513 (or 0xF0D513) is known color: Broom. HEX triplet: F0, D5 and 13. RGB value is (240,213,19). Sum of RGB (Red+Green+Blue) = 240+213+19=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 19 (7.81% from 255 or 4.03% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D513 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D513 is #0F2AEC. Grayscale: #C7C7C7. Windows color (decimal): -994029 or 1299952. OLE color: 1299952.

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

Color convert

RGB 240 213 19 -
CMYK 0 0.11 0.92 0.06
HSL 52.67º 0.88% 0.51% -
HSV(B) 52.67º 0.92% 0.94% -
XYZ 59.85 66.16 10.23 -
YUV 198.96 26.45 157.27 -
System Red Green Blue C M Y K H S L
Decimal 240 213 19 0 0.11 0.92 0.06 52.67 0.88 0.51
Hex F0 D5 13 0 B 5C 6 35 58 33
Octal 360 325 23 0 13 134 6 65 130 63
Binary 11110000 11010101 10011 0 1011 1011100 110 110101 1011000 110011

Color Harmonies of #F0D513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D513

Black with #F0D513

Text Example


Text Example

White with #F0D513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D513; }

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

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

background-color css

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

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

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

border-color css

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

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

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