Html Css Color HEX #F2F932 Gorse

📋 copy color: '#F2F932'

red 242 ◦ green 249 ◦ blue 50

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

Shades of Gorse #F2F932

Tints of Gorse #F2F932

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.03%

 BLUE value IS 50 (19.92% from 255) = 9.24%

R = 44.73%
G = 46.03%
B = 9.24%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F2F932 (or 0xF2F932) is known color: Gorse. HEX triplet: F2, F9 and 32. RGB value is (242,249,50). Sum of RGB (Red+Green+Blue) = 242+249+50=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 249 (97.66% from 255 or 46.03% from 541); Blue value is 50 (19.92% from 255 or 9.24% from 541); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F932 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F932 is #0D06CD. Grayscale: #E1E1E1. Windows color (decimal): -853710 or 3340786. OLE color: 3340786.

HSL color Cylindrical-coordinate representation of color #F2F932: hue angle of 62.11º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F2F932 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 249 50 -
CMYK 0.03 0 0.80 0.02
HSL 62.11º 0.94% 0.59% -
HSV(B) 62.11º 0.8% 0.98% -
XYZ 71.07 86.86 16.04 -
YUV 224.22 29.68 140.68 -
System Red Green Blue C M Y K H S L
Decimal 242 249 50 0.03 0 0.80 0.02 62.11 0.94 0.59
Hex F2 F9 32 3 0 50 2 3E 5E 3B
Octal 362 371 62 3 0 120 2 76 136 73
Binary 11110010 11111001 110010 11 0 1010000 10 111110 1011110 111011

Color Harmonies of #F2F932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F932

Black with #F2F932

Text Example


Text Example

White with #F2F932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F932; }

 p { color: rgb(242,249,50); }

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

background-color css

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

 a { background-color: rgb(242,249,50); }

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

border-color css

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

 span { border-color: rgb(242,249,50); }

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