Html Css Color HEX #F9E032 Gorse

📋 copy color: '#F9E032'

red 249 ◦ green 224 ◦ blue 50

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

Shades of Gorse #F9E032

Tints of Gorse #F9E032

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.83%

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

R = 47.61%
G = 42.83%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F9E032 (or 0xF9E032) is known color: Gorse. HEX triplet: F9, E0 and 32. RGB value is (249,224,50). Sum of RGB (Red+Green+Blue) = 249+224+50=523 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.61% from 523); Green value is 224 (87.89% from 255 or 42.83% from 523); Blue value is 50 (19.92% from 255 or 9.56% from 523); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E032 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9E032 is #061FCD. Grayscale: #D4D4D4. Windows color (decimal): -401358 or 3334393. OLE color: 3334393.

HSL color Cylindrical-coordinate representation of color #F9E032: hue angle of 52.46º 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 #F9E032 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 224 50 -
CMYK 0 0.10 0.80 0.02
HSL 52.46º 0.94% 0.59% -
HSV(B) 52.46º 0.8% 0.98% -
XYZ 66.3 73.68 13.75 -
YUV 211.64 36.78 154.65 -
System Red Green Blue C M Y K H S L
Decimal 249 224 50 0 0.10 0.80 0.02 52.46 0.94 0.59
Hex F9 E0 32 0 A 50 2 34 5E 3B
Octal 371 340 62 0 12 120 2 64 136 73
Binary 11111001 11100000 110010 0 1010 1010000 10 110100 1011110 111011

Color Harmonies of #F9E032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9E032

Black with #F9E032

Text Example


Text Example

White with #F9E032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9E032; }

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

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

background-color css

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

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

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

border-color css

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

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

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