Html Css Color HEX #F3C540 Saffron

📋 copy color: '#F3C540'

red 243 ◦ green 197 ◦ blue 64

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

Shades of Saffron #F3C540

Tints of Saffron #F3C540

RGB

 RED value IS 243 (95.31% from 255) = 48.21%

 GREEN value IS 197 (77.34% from 255) = 39.09%

 BLUE value IS 64 (25.39% from 255) = 12.7%

R = 48.21%
G = 39.09%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F3C540 (or 0xF3C540) is known color: Saffron. HEX triplet: F3, C5 and 40. RGB value is (243,197,64). Sum of RGB (Red+Green+Blue) = 243+197+64=504 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.21% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 64 (25.39% from 255 or 12.70% from 504); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C540 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C540 is #0C3ABF. Grayscale: #C4C4C4. Windows color (decimal): -801472 or 4244979. OLE color: 4244979.

HSL color Cylindrical-coordinate representation of color #F3C540: hue angle of 44.58º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F3C540 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 197 64 -
CMYK 0 0.19 0.74 0.05
HSL 44.58º 0.88% 0.6% -
HSV(B) 44.58º 0.74% 0.95% -
XYZ 57.85 59.36 13.26 -
YUV 195.59 53.74 161.81 -
System Red Green Blue C M Y K H S L
Decimal 243 197 64 0 0.19 0.74 0.05 44.58 0.88 0.6
Hex F3 C5 40 0 13 4A 5 2D 58 3C
Octal 363 305 100 0 23 112 5 55 130 74
Binary 11110011 11000101 1000000 0 10011 1001010 101 101101 1011000 111100

Color Harmonies of #F3C540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C540

Black with #F3C540

Text Example


Text Example

White with #F3C540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C540; }

 p { color: rgb(243,197,64); }

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

background-color css

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

 a { background-color: rgb(243,197,64); }

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

border-color css

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

 span { border-color: rgb(243,197,64); }

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