Html Css Color HEX #F3C13C Saffron

📋 copy color: '#F3C13C'

red 243 ◦ green 193 ◦ blue 60

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

Shades of Saffron #F3C13C

Tints of Saffron #F3C13C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.1%

R = 48.99%
G = 38.91%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F3C13C (or 0xF3C13C) is known color: Saffron. HEX triplet: F3, C1 and 3C. RGB value is (243,193,60). Sum of RGB (Red+Green+Blue) = 243+193+60=496 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.99% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 60 (23.83% from 255 or 12.10% from 496); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C13C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C13C is #0C3EC3. Grayscale: #C1C1C1. Windows color (decimal): -802500 or 3981811. OLE color: 3981811.

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

Color convert

RGB 243 193 60 -
CMYK 0 0.21 0.75 0.05
HSL 43.61º 0.88% 0.59% -
HSV(B) 43.61º 0.75% 0.95% -
XYZ 56.85 57.52 12.38 -
YUV 192.79 53.07 163.81 -
System Red Green Blue C M Y K H S L
Decimal 243 193 60 0 0.21 0.75 0.05 43.61 0.88 0.59
Hex F3 C1 3C 0 15 4B 5 2C 58 3B
Octal 363 301 74 0 25 113 5 54 130 73
Binary 11110011 11000001 111100 0 10101 1001011 101 101100 1011000 111011

Color Harmonies of #F3C13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C13C

Black with #F3C13C

Text Example


Text Example

White with #F3C13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C13C; }

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

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

background-color css

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

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

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

border-color css

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

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

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