Html Css Color HEX #F0D313 Broom

📋 copy color: '#F0D313'

red 240 ◦ green 211 ◦ blue 19

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

Shades of Broom #F0D313

Tints of Broom #F0D313

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.89%

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

R = 51.06%
G = 44.89%
B = 4.04%

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

#F0D313 (or 0xF0D313) is known color: Broom. HEX triplet: F0, D3 and 13. RGB value is (240,211,19). Sum of RGB (Red+Green+Blue) = 240+211+19=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 211 (82.81% from 255 or 44.89% from 470); Blue value is 19 (7.81% from 255 or 4.04% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D313 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D313 is #0F2CEC. Grayscale: #C6C6C6. Windows color (decimal): -994541 or 1299440. OLE color: 1299440.

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

Color convert

RGB 240 211 19 -
CMYK 0 0.12 0.92 0.06
HSL 52.13º 0.88% 0.51% -
HSV(B) 52.13º 0.92% 0.94% -
XYZ 59.35 65.16 10.07 -
YUV 197.78 27.11 158.11 -
System Red Green Blue C M Y K H S L
Decimal 240 211 19 0 0.12 0.92 0.06 52.13 0.88 0.51
Hex F0 D3 13 0 C 5C 6 34 58 33
Octal 360 323 23 0 14 134 6 64 130 63
Binary 11110000 11010011 10011 0 1100 1011100 110 110100 1011000 110011

Color Harmonies of #F0D313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D313

Black with #F0D313

Text Example


Text Example

White with #F0D313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D313; }

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

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

background-color css

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

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

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

border-color css

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

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

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