Html Css Color HEX #F2D420 Broom

📋 copy color: '#F2D420'

red 242 ◦ green 212 ◦ blue 32

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

Shades of Broom #F2D420

Tints of Broom #F2D420

RGB

 RED value IS 242 (94.92% from 255) = 49.79%

 GREEN value IS 212 (83.2% from 255) = 43.62%

 BLUE value IS 32 (12.89% from 255) = 6.58%

R = 49.79%
G = 43.62%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F2D420 (or 0xF2D420) is known color: Broom. HEX triplet: F2, D4 and 20. RGB value is (242,212,32). Sum of RGB (Red+Green+Blue) = 242+212+32=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 212 (83.20% from 255 or 43.62% from 486); Blue value is 32 (12.89% from 255 or 6.58% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D420 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D420 is #0D2BDF. Grayscale: #C9C9C9. Windows color (decimal): -863200 or 2151666. OLE color: 2151666.

HSL color Cylindrical-coordinate representation of color #F2D420: hue angle of 51.43º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F2D420 is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 212 32 -
CMYK 0 0.12 0.87 0.05
HSL 51.43º 0.89% 0.54% -
HSV(B) 51.43º 0.87% 0.95% -
XYZ 60.42 66.07 10.93 -
YUV 200.45 32.94 157.64 -
System Red Green Blue C M Y K H S L
Decimal 242 212 32 0 0.12 0.87 0.05 51.43 0.89 0.54
Hex F2 D4 20 0 C 57 5 33 59 36
Octal 362 324 40 0 14 127 5 63 131 66
Binary 11110010 11010100 100000 0 1100 1010111 101 110011 1011001 110110

Color Harmonies of #F2D420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D420

Black with #F2D420

Text Example


Text Example

White with #F2D420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D420; }

 p { color: rgb(242,212,32); }

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

background-color css

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

 a { background-color: rgb(242,212,32); }

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

border-color css

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

 span { border-color: rgb(242,212,32); }

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