Html Css Color HEX #F0DA16 Broom

📋 copy color: '#F0DA16'

red 240 ◦ green 218 ◦ blue 22

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

Shades of Broom #F0DA16

Tints of Broom #F0DA16

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.42%

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

R = 50%
G = 45.42%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F0DA16 (or 0xF0DA16) is known color: Broom. HEX triplet: F0, DA and 16. RGB value is (240,218,22). Sum of RGB (Red+Green+Blue) = 240+218+22=480 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50% from 480); Green value is 218 (85.55% from 255 or 45.42% from 480); Blue value is 22 (8.98% from 255 or 4.58% from 480); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0DA16 is #0F25E9. Grayscale: #CBCBCB. Windows color (decimal): -992746 or 1497840. OLE color: 1497840.

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

Color convert

RGB 240 218 22 -
CMYK 0 0.09 0.91 0.06
HSL 53.94º 0.88% 0.51% -
HSV(B) 53.94º 0.91% 0.94% -
XYZ 61.15 68.73 10.8 -
YUV 202.23 26.29 154.94 -
System Red Green Blue C M Y K H S L
Decimal 240 218 22 0 0.09 0.91 0.06 53.94 0.88 0.51
Hex F0 DA 16 0 9 5B 6 36 58 33
Octal 360 332 26 0 11 133 6 66 130 63
Binary 11110000 11011010 10110 0 1001 1011011 110 110110 1011000 110011

Color Harmonies of #F0DA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DA16

Black with #F0DA16

Text Example


Text Example

White with #F0DA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DA16; }

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

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

background-color css

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

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

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

border-color css

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

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

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