Html Css Color HEX #F9ED2A Gorse

📋 copy color: '#F9ED2A'

red 249 ◦ green 237 ◦ blue 42

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

Shades of Gorse #F9ED2A

Tints of Gorse #F9ED2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 7.95%

R = 47.16%
G = 44.89%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#F9ED2A (or 0xF9ED2A) is known color: Gorse. HEX triplet: F9, ED and 2A. RGB value is (249,237,42). Sum of RGB (Red+Green+Blue) = 249+237+42=528 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.16% from 528); Green value is 237 (92.97% from 255 or 44.89% from 528); Blue value is 42 (16.80% from 255 or 7.95% from 528); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ED2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9ED2A is #0612D5. Grayscale: #DBDBDB. Windows color (decimal): -398038 or 2813433. OLE color: 2813433.

HSL color Cylindrical-coordinate representation of color #F9ED2A: hue angle of 56.52º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F9ED2A is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 237 42 -
CMYK 0 0.05 0.83 0.02
HSL 56.52º 0.95% 0.57% -
HSV(B) 56.52º 0.83% 0.98% -
XYZ 69.77 80.88 14.12 -
YUV 218.36 28.48 149.86 -
System Red Green Blue C M Y K H S L
Decimal 249 237 42 0 0.05 0.83 0.02 56.52 0.95 0.57
Hex F9 ED 2A 0 5 53 2 39 5F 39
Octal 371 355 52 0 5 123 2 71 137 71
Binary 11111001 11101101 101010 0 101 1010011 10 111001 1011111 111001

Color Harmonies of #F9ED2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9ED2A

Black with #F9ED2A

Text Example


Text Example

White with #F9ED2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9ED2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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