Html Css Color HEX #F3C13D Saffron

📋 copy color: '#F3C13D'

red 243 ◦ green 193 ◦ blue 61

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

Shades of Saffron #F3C13D

Tints of Saffron #F3C13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.27%

R = 48.89%
G = 38.83%
B = 12.27%

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

#F3C13D (or 0xF3C13D) is known color: Saffron. HEX triplet: F3, C1 and 3D. RGB value is (243,193,61). Sum of RGB (Red+Green+Blue) = 243+193+61=497 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.89% from 497); Green value is 193 (75.78% from 255 or 38.83% from 497); Blue value is 61 (24.22% from 255 or 12.27% from 497); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C13D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C13D is #0C3EC2. Grayscale: #C1C1C1. Windows color (decimal): -802499 or 4047347. OLE color: 4047347.

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

Color convert

RGB 243 193 61 -
CMYK 0 0.21 0.75 0.05
HSL 43.52º 0.88% 0.6% -
HSV(B) 43.52º 0.75% 0.95% -
XYZ 56.87 57.53 12.52 -
YUV 192.9 53.57 163.73 -
System Red Green Blue C M Y K H S L
Decimal 243 193 61 0 0.21 0.75 0.05 43.52 0.88 0.6
Hex F3 C1 3D 0 15 4B 5 2C 58 3C
Octal 363 301 75 0 25 113 5 54 130 74
Binary 11110011 11000001 111101 0 10101 1001011 101 101100 1011000 111100

Color Harmonies of #F3C13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C13D

Black with #F3C13D

Text Example


Text Example

White with #F3C13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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