Html Css Color HEX #F3C138 Saffron

📋 copy color: '#F3C138'

red 243 ◦ green 193 ◦ blue 56

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

Shades of Saffron #F3C138

Tints of Saffron #F3C138

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.23%

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

R = 49.39%
G = 39.23%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F3C138 (or 0xF3C138) is known color: Saffron. HEX triplet: F3, C1 and 38. RGB value is (243,193,56). Sum of RGB (Red+Green+Blue) = 243+193+56=492 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.39% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 56 (22.27% from 255 or 11.38% from 492); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C138 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C138 is #0C3EC7. Grayscale: #C0C0C0. Windows color (decimal): -802504 or 3719667. OLE color: 3719667.

HSL color Cylindrical-coordinate representation of color #F3C138: hue angle of 43.96º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F3C138 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 193 56 -
CMYK 0 0.21 0.77 0.05
HSL 43.96º 0.89% 0.59% -
HSV(B) 43.96º 0.77% 0.95% -
XYZ 56.75 57.48 11.85 -
YUV 192.33 51.07 164.14 -
System Red Green Blue C M Y K H S L
Decimal 243 193 56 0 0.21 0.77 0.05 43.96 0.89 0.59
Hex F3 C1 38 0 15 4D 5 2C 59 3B
Octal 363 301 70 0 25 115 5 54 131 73
Binary 11110011 11000001 111000 0 10101 1001101 101 101100 1011001 111011

Color Harmonies of #F3C138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C138

Black with #F3C138

Text Example


Text Example

White with #F3C138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C138; }

 p { color: rgb(243,193,56); }

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

background-color css

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

 a { background-color: rgb(243,193,56); }

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

border-color css

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

 span { border-color: rgb(243,193,56); }

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