Html Css Color HEX #F9FA2C Gorse

📋 copy color: '#F9FA2C'

red 249 ◦ green 250 ◦ blue 44

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

Shades of Gorse #F9FA2C

Tints of Gorse #F9FA2C

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.04%

 BLUE value IS 44 (17.58% from 255) = 8.1%

R = 45.86%
G = 46.04%
B = 8.1%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F9FA2C (or 0xF9FA2C) is known color: Gorse. HEX triplet: F9, FA and 2C. RGB value is (249,250,44). Sum of RGB (Red+Green+Blue) = 249+250+44=543 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.86% from 543); Green value is 250 (98.05% from 255 or 46.04% from 543); Blue value is 44 (17.58% from 255 or 8.10% from 543); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FA2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9FA2C is #0605D3. Grayscale: #E3E3E3. Windows color (decimal): -394708 or 2947833. OLE color: 2947833.

HSL color Cylindrical-coordinate representation of color #F9FA2C: hue angle of 60.29º degrees, saturation: 0.95, 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 #F9FA2C is Cyan = 0.00, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 250 44 -
CMYK 0.00 0 0.82 0.02
HSL 60.29º 0.95% 0.58% -
HSV(B) 60.29º 0.82% 0.98% -
XYZ 73.71 88.69 15.62 -
YUV 226.22 25.17 144.25 -
System Red Green Blue C M Y K H S L
Decimal 249 250 44 0.00 0 0.82 0.02 60.29 0.95 0.58
Hex F9 FA 2C 0 0 52 2 3C 5F 3A
Octal 371 372 54 0 0 122 2 74 137 72
Binary 11111001 11111010 101100 0 0 1010010 10 111100 1011111 111010

Color Harmonies of #F9FA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9FA2C

Black with #F9FA2C

Text Example


Text Example

White with #F9FA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9FA2C; }

 p { color: rgb(249,250,44); }

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

background-color css

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

 a { background-color: rgb(249,250,44); }

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

border-color css

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

 span { border-color: rgb(249,250,44); }

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