Html Css Color HEX #F0D315 Broom

📋 copy color: '#F0D315'

red 240 ◦ green 211 ◦ blue 21

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

Shades of Broom #F0D315

Tints of Broom #F0D315

RGB

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

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

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

R = 50.85%
G = 44.7%
B = 4.45%

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

#F0D315 (or 0xF0D315) is known color: Broom. HEX triplet: F0, D3 and 15. RGB value is (240,211,21). Sum of RGB (Red+Green+Blue) = 240+211+21=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 211 (82.81% from 255 or 44.70% from 472); Blue value is 21 (8.59% from 255 or 4.45% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D315 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D315 is #0F2CEA. Grayscale: #C6C6C6. Windows color (decimal): -994539 or 1430512. OLE color: 1430512.

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

Color convert

RGB 240 211 21 -
CMYK 0 0.12 0.91 0.06
HSL 52.05º 0.88% 0.51% -
HSV(B) 52.05º 0.91% 0.94% -
XYZ 59.36 65.17 10.16 -
YUV 198.01 28.11 157.95 -
System Red Green Blue C M Y K H S L
Decimal 240 211 21 0 0.12 0.91 0.06 52.05 0.88 0.51
Hex F0 D3 15 0 C 5B 6 34 58 33
Octal 360 323 25 0 14 133 6 64 130 63
Binary 11110000 11010011 10101 0 1100 1011011 110 110100 1011000 110011

Color Harmonies of #F0D315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D315

Black with #F0D315

Text Example


Text Example

White with #F0D315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D315; }

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

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

background-color css

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

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

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

border-color css

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

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

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