Html Css Color HEX #F9C735 Saffron

📋 copy color: '#F9C735'

red 249 ◦ green 199 ◦ blue 53

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

Shades of Saffron #F9C735

Tints of Saffron #F9C735

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.72%

 BLUE value IS 53 (21.09% from 255) = 10.58%

R = 49.7%
G = 39.72%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#F9C735 (or 0xF9C735) is known color: Saffron. HEX triplet: F9, C7 and 35. RGB value is (249,199,53). Sum of RGB (Red+Green+Blue) = 249+199+53=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 199 (78.12% from 255 or 39.72% from 501); Blue value is 53 (21.09% from 255 or 10.58% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C735 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C735 is #0638CA. Grayscale: #C5C5C5. Windows color (decimal): -407755 or 3524601. OLE color: 3524601.

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

Color convert

RGB 249 199 53 -
CMYK 0 0.20 0.79 0.02
HSL 44.69º 0.94% 0.59% -
HSV(B) 44.69º 0.79% 0.98% -
XYZ 60.13 61.24 12.02 -
YUV 197.31 46.57 164.87 -
System Red Green Blue C M Y K H S L
Decimal 249 199 53 0 0.20 0.79 0.02 44.69 0.94 0.59
Hex F9 C7 35 0 14 4F 2 2D 5E 3B
Octal 371 307 65 0 24 117 2 55 136 73
Binary 11111001 11000111 110101 0 10100 1001111 10 101101 1011110 111011

Color Harmonies of #F9C735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C735

Black with #F9C735

Text Example


Text Example

White with #F9C735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C735; }

 p { color: rgb(249,199,53); }

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

background-color css

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

 a { background-color: rgb(249,199,53); }

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

border-color css

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

 span { border-color: rgb(249,199,53); }

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