Html Css Color HEX #F0D615 Broom

📋 copy color: '#F0D615'

red 240 ◦ green 214 ◦ blue 21

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

Shades of Broom #F0D615

Tints of Broom #F0D615

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.05%

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

R = 50.53%
G = 45.05%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F0D615 (or 0xF0D615) is known color: Broom. HEX triplet: F0, D6 and 15. RGB value is (240,214,21). Sum of RGB (Red+Green+Blue) = 240+214+21=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 21 (8.59% from 255 or 4.42% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D615 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D615 is #0F29EA. Grayscale: #C8C8C8. Windows color (decimal): -993771 or 1431280. OLE color: 1431280.

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

Color convert

RGB 240 214 21 -
CMYK 0 0.11 0.91 0.06
HSL 52.88º 0.88% 0.51% -
HSV(B) 52.88º 0.91% 0.94% -
XYZ 60.12 66.67 10.41 -
YUV 199.77 27.11 156.69 -
System Red Green Blue C M Y K H S L
Decimal 240 214 21 0 0.11 0.91 0.06 52.88 0.88 0.51
Hex F0 D6 15 0 B 5B 6 35 58 33
Octal 360 326 25 0 13 133 6 65 130 63
Binary 11110000 11010110 10101 0 1011 1011011 110 110101 1011000 110011

Color Harmonies of #F0D615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D615

Black with #F0D615

Text Example


Text Example

White with #F0D615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D615; }

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

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

background-color css

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

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

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

border-color css

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

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

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