Html Css Color HEX #F0D311 Broom

📋 copy color: '#F0D311'

red 240 ◦ green 211 ◦ blue 17

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

Shades of Broom #F0D311

Tints of Broom #F0D311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.63%

R = 51.28%
G = 45.09%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F0D311 (or 0xF0D311) is known color: Broom. HEX triplet: F0, D3 and 11. RGB value is (240,211,17). Sum of RGB (Red+Green+Blue) = 240+211+17=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 211 (82.81% from 255 or 45.09% from 468); Blue value is 17 (7.03% from 255 or 3.63% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D311 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D311 is #0F2CEE. Grayscale: #C6C6C6. Windows color (decimal): -994543 or 1168368. OLE color: 1168368.

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

Color convert

RGB 240 211 17 -
CMYK 0 0.12 0.93 0.06
HSL 52.2º 0.88% 0.5% -
HSV(B) 52.2º 0.93% 0.94% -
XYZ 59.33 65.15 9.98 -
YUV 197.56 26.11 158.27 -
System Red Green Blue C M Y K H S L
Decimal 240 211 17 0 0.12 0.93 0.06 52.2 0.88 0.5
Hex F0 D3 11 0 C 5D 6 34 58 32
Octal 360 323 21 0 14 135 6 64 130 62
Binary 11110000 11010011 10001 0 1100 1011101 110 110100 1011000 110010

Color Harmonies of #F0D311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D311

Black with #F0D311

Text Example


Text Example

White with #F0D311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D311; }

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

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

background-color css

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

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

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

border-color css

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

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

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