Html Css Color HEX #F9EF2D Gorse

📋 copy color: '#F9EF2D'

red 249 ◦ green 239 ◦ blue 45

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

Shades of Gorse #F9EF2D

Tints of Gorse #F9EF2D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.84%

 BLUE value IS 45 (17.97% from 255) = 8.44%

R = 46.72%
G = 44.84%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F9EF2D (or 0xF9EF2D) is known color: Gorse. HEX triplet: F9, EF and 2D. RGB value is (249,239,45). Sum of RGB (Red+Green+Blue) = 249+239+45=533 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.72% from 533); Green value is 239 (93.75% from 255 or 44.84% from 533); Blue value is 45 (17.97% from 255 or 8.44% from 533); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EF2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9EF2D is #0610D2. Grayscale: #DCDCDC. Windows color (decimal): -397523 or 3010553. OLE color: 3010553.

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

Color convert

RGB 249 239 45 -
CMYK 0 0.04 0.82 0.02
HSL 57.06º 0.94% 0.58% -
HSV(B) 57.06º 0.82% 0.98% -
XYZ 70.41 82.06 14.61 -
YUV 219.87 29.31 148.77 -
System Red Green Blue C M Y K H S L
Decimal 249 239 45 0 0.04 0.82 0.02 57.06 0.94 0.58
Hex F9 EF 2D 0 4 52 2 39 5E 3A
Octal 371 357 55 0 4 122 2 71 136 72
Binary 11111001 11101111 101101 0 100 1010010 10 111001 1011110 111010

Color Harmonies of #F9EF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9EF2D

Black with #F9EF2D

Text Example


Text Example

White with #F9EF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9EF2D; }

 p { color: rgb(249,239,45); }

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

background-color css

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

 a { background-color: rgb(249,239,45); }

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

border-color css

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

 span { border-color: rgb(249,239,45); }

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