Html Css Color HEX #F9C23A Saffron

📋 copy color: '#F9C23A'

red 249 ◦ green 194 ◦ blue 58

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

Shades of Saffron #F9C23A

Tints of Saffron #F9C23A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.72%

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

R = 49.7%
G = 38.72%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#F9C23A (or 0xF9C23A) is known color: Saffron. HEX triplet: F9, C2 and 3A. RGB value is (249,194,58). Sum of RGB (Red+Green+Blue) = 249+194+58=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 58 (23.05% from 255 or 11.58% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C23A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C23A is #063DC5. Grayscale: #C3C3C3. Windows color (decimal): -409030 or 3851001. OLE color: 3851001.

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

Color convert

RGB 249 194 58 -
CMYK 0 0.22 0.77 0.02
HSL 42.72º 0.94% 0.6% -
HSV(B) 42.72º 0.77% 0.98% -
XYZ 59.12 59.03 12.28 -
YUV 194.94 50.72 166.56 -
System Red Green Blue C M Y K H S L
Decimal 249 194 58 0 0.22 0.77 0.02 42.72 0.94 0.6
Hex F9 C2 3A 0 16 4D 2 2B 5E 3C
Octal 371 302 72 0 26 115 2 53 136 74
Binary 11111001 11000010 111010 0 10110 1001101 10 101011 1011110 111100

Color Harmonies of #F9C23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C23A

Black with #F9C23A

Text Example


Text Example

White with #F9C23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C23A; }

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

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

background-color css

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

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

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

border-color css

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

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

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