Html Css Color HEX #F9E82A Gorse

📋 copy color: '#F9E82A'

red 249 ◦ green 232 ◦ blue 42

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

Shades of Gorse #F9E82A

Tints of Gorse #F9E82A

RGB

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

 GREEN value IS 232 (91.02% from 255) = 44.36%

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

R = 47.61%
G = 44.36%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#F9E82A (or 0xF9E82A) is known color: Gorse. HEX triplet: F9, E8 and 2A. RGB value is (249,232,42). Sum of RGB (Red+Green+Blue) = 249+232+42=523 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.61% from 523); Green value is 232 (91.02% from 255 or 44.36% from 523); Blue value is 42 (16.80% from 255 or 8.03% from 523); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E82A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9E82A is #0617D5. Grayscale: #D8D8D8. Windows color (decimal): -399318 or 2812153. OLE color: 2812153.

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

Color convert

RGB 249 232 42 -
CMYK 0 0.07 0.83 0.02
HSL 55.07º 0.95% 0.57% -
HSV(B) 55.07º 0.83% 0.98% -
XYZ 68.34 78.02 13.65 -
YUV 215.42 30.13 151.95 -
System Red Green Blue C M Y K H S L
Decimal 249 232 42 0 0.07 0.83 0.02 55.07 0.95 0.57
Hex F9 E8 2A 0 7 53 2 37 5F 39
Octal 371 350 52 0 7 123 2 67 137 71
Binary 11111001 11101000 101010 0 111 1010011 10 110111 1011111 111001

Color Harmonies of #F9E82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9E82A

Black with #F9E82A

Text Example


Text Example

White with #F9E82A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9E82A; }

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

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

background-color css

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

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

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

border-color css

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

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

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