Html Css Color HEX #F9FE32 Gorse

📋 copy color: '#F9FE32'

red 249 ◦ green 254 ◦ blue 50

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

Shades of Gorse #F9FE32

Tints of Gorse #F9FE32

RGB

 RED value IS 249 (97.66% from 255) = 45.03%

 GREEN value IS 254 (99.61% from 255) = 45.93%

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

R = 45.03%
G = 45.93%
B = 9.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#F9FE32 (or 0xF9FE32) is known color: Gorse. HEX triplet: F9, FE and 32. RGB value is (249,254,50). Sum of RGB (Red+Green+Blue) = 249+254+50=553 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.03% from 553); Green value is 254 (99.61% from 255 or 45.93% from 553); Blue value is 50 (19.92% from 255 or 9.04% from 553); Max value from RGB is 254 - color contains mainly: green. Hex color #F9FE32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9FE32 is #0601CD. Grayscale: #E6E6E6. Windows color (decimal): -393678 or 3342073. OLE color: 3342073.

HSL color Cylindrical-coordinate representation of color #F9FE32: hue angle of 61.47º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F9FE32 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.

Color convert

RGB 249 254 50 -
CMYK 0.02 0 0.80 0.00
HSL 61.47º 0.99% 0.6% -
HSV(B) 61.47º 0.8% 1% -
XYZ 75.08 91.25 16.67 -
YUV 229.25 26.84 142.09 -
System Red Green Blue C M Y K H S L
Decimal 249 254 50 0.02 0 0.80 0.00 61.47 0.99 0.6
Hex F9 FE 32 2 0 50 0 3D 63 3C
Octal 371 376 62 2 0 120 0 75 143 74
Binary 11111001 11111110 110010 10 0 1010000 0 111101 1100011 111100

Color Harmonies of #F9FE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9FE32

Black with #F9FE32

Text Example


Text Example

White with #F9FE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9FE32; }

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

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

background-color css

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

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

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

border-color css

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

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

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