Html Css Color HEX #F9FA3A Gorse

📋 copy color: '#F9FA3A'

red 249 ◦ green 250 ◦ blue 58

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

Shades of Gorse #F9FA3A

Tints of Gorse #F9FA3A

RGB

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

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

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

R = 44.7%
G = 44.88%
B = 10.41%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#F9FA3A (or 0xF9FA3A) is known color: Gorse. HEX triplet: F9, FA and 3A. RGB value is (249,250,58). Sum of RGB (Red+Green+Blue) = 249+250+58=557 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.70% from 557); Green value is 250 (98.05% from 255 or 44.88% from 557); Blue value is 58 (23.05% from 255 or 10.41% from 557); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FA3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9FA3A is #0605C5. Grayscale: #E4E4E4. Windows color (decimal): -394694 or 3865337. OLE color: 3865337.

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

Color convert

RGB 249 250 58 -
CMYK 0.00 0 0.77 0.02
HSL 60.31º 0.95% 0.6% -
HSV(B) 60.31º 0.77% 0.98% -
XYZ 74.02 88.82 17.25 -
YUV 227.81 32.17 143.11 -
System Red Green Blue C M Y K H S L
Decimal 249 250 58 0.00 0 0.77 0.02 60.31 0.95 0.6
Hex F9 FA 3A 0 0 4D 2 3C 5F 3C
Octal 371 372 72 0 0 115 2 74 137 74
Binary 11111001 11111010 111010 0 0 1001101 10 111100 1011111 111100

Color Harmonies of #F9FA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9FA3A

Black with #F9FA3A

Text Example


Text Example

White with #F9FA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9FA3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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