Html Css Color HEX #F9ED32 Gorse

📋 copy color: '#F9ED32'

red 249 ◦ green 237 ◦ blue 50

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

Shades of Gorse #F9ED32

Tints of Gorse #F9ED32

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.22%

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

R = 46.46%
G = 44.22%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F9ED32 (or 0xF9ED32) is known color: Gorse. HEX triplet: F9, ED and 32. RGB value is (249,237,50). Sum of RGB (Red+Green+Blue) = 249+237+50=536 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.46% from 536); Green value is 237 (92.97% from 255 or 44.22% from 536); Blue value is 50 (19.92% from 255 or 9.33% from 536); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ED32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9ED32 is #0612CD. Grayscale: #DCDCDC. Windows color (decimal): -398030 or 3337721. OLE color: 3337721.

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

Color convert

RGB 249 237 50 -
CMYK 0 0.05 0.80 0.02
HSL 56.38º 0.94% 0.59% -
HSV(B) 56.38º 0.8% 0.98% -
XYZ 69.93 80.94 14.95 -
YUV 219.27 32.48 149.21 -
System Red Green Blue C M Y K H S L
Decimal 249 237 50 0 0.05 0.80 0.02 56.38 0.94 0.59
Hex F9 ED 32 0 5 50 2 38 5E 3B
Octal 371 355 62 0 5 120 2 70 136 73
Binary 11111001 11101101 110010 0 101 1010000 10 111000 1011110 111011

Color Harmonies of #F9ED32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9ED32

Black with #F9ED32

Text Example


Text Example

White with #F9ED32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9ED32; }

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

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

background-color css

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

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

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

border-color css

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

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

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