Html Css Color HEX #F2D622 Broom

📋 copy color: '#F2D622'

red 242 ◦ green 214 ◦ blue 34

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

Shades of Broom #F2D622

Tints of Broom #F2D622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 6.94%

R = 49.39%
G = 43.67%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F2D622 (or 0xF2D622) is known color: Broom. HEX triplet: F2, D6 and 22. RGB value is (242,214,34). Sum of RGB (Red+Green+Blue) = 242+214+34=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 214 (83.98% from 255 or 43.67% from 490); Blue value is 34 (13.67% from 255 or 6.94% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D622 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D622 is #0D29DD. Grayscale: #CACACA. Windows color (decimal): -862686 or 2283250. OLE color: 2283250.

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

Color convert

RGB 242 214 34 -
CMYK 0 0.12 0.86 0.05
HSL 51.92º 0.89% 0.54% -
HSV(B) 51.92º 0.86% 0.95% -
XYZ 60.95 67.09 11.25 -
YUV 201.85 33.28 156.64 -
System Red Green Blue C M Y K H S L
Decimal 242 214 34 0 0.12 0.86 0.05 51.92 0.89 0.54
Hex F2 D6 22 0 C 56 5 34 59 36
Octal 362 326 42 0 14 126 5 64 131 66
Binary 11110010 11010110 100010 0 1100 1010110 101 110100 1011001 110110

Color Harmonies of #F2D622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D622

Black with #F2D622

Text Example


Text Example

White with #F2D622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D622; }

 p { color: rgb(242,214,34); }

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

background-color css

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

 a { background-color: rgb(242,214,34); }

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

border-color css

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

 span { border-color: rgb(242,214,34); }

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