Html Css Color HEX #F9E13A Gorse

📋 copy color: '#F9E13A'

red 249 ◦ green 225 ◦ blue 58

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

Shades of Gorse #F9E13A

Tints of Gorse #F9E13A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.29%

 BLUE value IS 58 (23.05% from 255) = 10.9%

R = 46.8%
G = 42.29%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#F9E13A (or 0xF9E13A) is known color: Gorse. HEX triplet: F9, E1 and 3A. RGB value is (249,225,58). Sum of RGB (Red+Green+Blue) = 249+225+58=532 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.80% from 532); Green value is 225 (88.28% from 255 or 42.29% from 532); Blue value is 58 (23.05% from 255 or 10.90% from 532); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E13A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9E13A is #061EC5. Grayscale: #D5D5D5. Windows color (decimal): -401094 or 3858937. OLE color: 3858937.

HSL color Cylindrical-coordinate representation of color #F9E13A: hue angle of 52.46º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F9E13A is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 225 58 -
CMYK 0 0.10 0.77 0.02
HSL 52.46º 0.94% 0.6% -
HSV(B) 52.46º 0.77% 0.98% -
XYZ 66.76 74.3 14.83 -
YUV 213.14 40.45 153.58 -
System Red Green Blue C M Y K H S L
Decimal 249 225 58 0 0.10 0.77 0.02 52.46 0.94 0.6
Hex F9 E1 3A 0 A 4D 2 34 5E 3C
Octal 371 341 72 0 12 115 2 64 136 74
Binary 11111001 11100001 111010 0 1010 1001101 10 110100 1011110 111100

Color Harmonies of #F9E13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9E13A

Black with #F9E13A

Text Example


Text Example

White with #F9E13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9E13A; }

 p { color: rgb(249,225,58); }

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

background-color css

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

 a { background-color: rgb(249,225,58); }

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

border-color css

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

 span { border-color: rgb(249,225,58); }

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