Html Css Color HEX #F0D215 Broom

📋 copy color: '#F0D215'

red 240 ◦ green 210 ◦ blue 21

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

Shades of Broom #F0D215

Tints of Broom #F0D215

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.59%

 BLUE value IS 21 (8.59% from 255) = 4.46%

R = 50.96%
G = 44.59%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F0D215 (or 0xF0D215) is known color: Broom. HEX triplet: F0, D2 and 15. RGB value is (240,210,21). Sum of RGB (Red+Green+Blue) = 240+210+21=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 21 (8.59% from 255 or 4.46% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D215 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D215 is #0F2DEA. Grayscale: #C6C6C6. Windows color (decimal): -994795 or 1430256. OLE color: 1430256.

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

Color convert

RGB 240 210 21 -
CMYK 0 0.12 0.91 0.06
HSL 51.78º 0.88% 0.51% -
HSV(B) 51.78º 0.91% 0.94% -
XYZ 59.12 64.67 10.08 -
YUV 197.42 28.44 158.37 -
System Red Green Blue C M Y K H S L
Decimal 240 210 21 0 0.12 0.91 0.06 51.78 0.88 0.51
Hex F0 D2 15 0 C 5B 6 34 58 33
Octal 360 322 25 0 14 133 6 64 130 63
Binary 11110000 11010010 10101 0 1100 1011011 110 110100 1011000 110011

Color Harmonies of #F0D215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D215

Black with #F0D215

Text Example


Text Example

White with #F0D215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D215; }

 p { color: rgb(240,210,21); }

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

background-color css

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

 a { background-color: rgb(240,210,21); }

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

border-color css

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

 span { border-color: rgb(240,210,21); }

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