Html Css Color HEX #F9C338 Saffron

📋 copy color: '#F9C338'

red 249 ◦ green 195 ◦ blue 56

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

Shades of Saffron #F9C338

Tints of Saffron #F9C338

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39%

 BLUE value IS 56 (22.27% from 255) = 11.2%

R = 49.8%
G = 39%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#F9C338 (or 0xF9C338) is known color: Saffron. HEX triplet: F9, C3 and 38. RGB value is (249,195,56). Sum of RGB (Red+Green+Blue) = 249+195+56=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 195 (76.56% from 255 or 39% from 500); Blue value is 56 (22.27% from 255 or 11.2% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C338 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C338 is #063CC7. Grayscale: #C3C3C3. Windows color (decimal): -408776 or 3720185. OLE color: 3720185.

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

Color convert

RGB 249 195 56 -
CMYK 0 0.22 0.78 0.02
HSL 43.21º 0.94% 0.6% -
HSV(B) 43.21º 0.78% 0.98% -
XYZ 59.3 59.46 12.09 -
YUV 195.3 49.39 166.3 -
System Red Green Blue C M Y K H S L
Decimal 249 195 56 0 0.22 0.78 0.02 43.21 0.94 0.6
Hex F9 C3 38 0 16 4E 2 2B 5E 3C
Octal 371 303 70 0 26 116 2 53 136 74
Binary 11111001 11000011 111000 0 10110 1001110 10 101011 1011110 111100

Color Harmonies of #F9C338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C338

Black with #F9C338

Text Example


Text Example

White with #F9C338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C338; }

 p { color: rgb(249,195,56); }

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

background-color css

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

 a { background-color: rgb(249,195,56); }

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

border-color css

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

 span { border-color: rgb(249,195,56); }

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