Html Css Color HEX #F0D116 Broom

📋 copy color: '#F0D116'

red 240 ◦ green 209 ◦ blue 22

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

Shades of Broom #F0D116

Tints of Broom #F0D116

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.37%

 BLUE value IS 22 (8.98% from 255) = 4.67%

R = 50.96%
G = 44.37%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F0D116 (or 0xF0D116) is known color: Broom. HEX triplet: F0, D1 and 16. RGB value is (240,209,22). Sum of RGB (Red+Green+Blue) = 240+209+22=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 209 (82.03% from 255 or 44.37% from 471); Blue value is 22 (8.98% from 255 or 4.67% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D116 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D116 is #0F2EE9. Grayscale: #C5C5C5. Windows color (decimal): -995050 or 1495536. OLE color: 1495536.

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

Color convert

RGB 240 209 22 -
CMYK 0 0.13 0.91 0.06
HSL 51.47º 0.88% 0.51% -
HSV(B) 51.47º 0.91% 0.94% -
XYZ 58.88 64.18 10.04 -
YUV 196.95 29.27 158.71 -
System Red Green Blue C M Y K H S L
Decimal 240 209 22 0 0.13 0.91 0.06 51.47 0.88 0.51
Hex F0 D1 16 0 D 5B 6 33 58 33
Octal 360 321 26 0 15 133 6 63 130 63
Binary 11110000 11010001 10110 0 1101 1011011 110 110011 1011000 110011

Color Harmonies of #F0D116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D116

Black with #F0D116

Text Example


Text Example

White with #F0D116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D116; }

 p { color: rgb(240,209,22); }

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

background-color css

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

 a { background-color: rgb(240,209,22); }

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

border-color css

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

 span { border-color: rgb(240,209,22); }

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