Html Css Color HEX #F3C13E Saffron

📋 copy color: '#F3C13E'

red 243 ◦ green 193 ◦ blue 62

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

Shades of Saffron #F3C13E

Tints of Saffron #F3C13E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.45%

R = 48.8%
G = 38.76%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F3C13E (or 0xF3C13E) is known color: Saffron. HEX triplet: F3, C1 and 3E. RGB value is (243,193,62). Sum of RGB (Red+Green+Blue) = 243+193+62=498 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.80% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 62 (24.61% from 255 or 12.45% from 498); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C13E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C13E is #0C3EC1. Grayscale: #C1C1C1. Windows color (decimal): -802498 or 4112883. OLE color: 4112883.

HSL color Cylindrical-coordinate representation of color #F3C13E: hue angle of 43.43º 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 #F3C13E is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 193 62 -
CMYK 0 0.21 0.74 0.05
HSL 43.43º 0.88% 0.6% -
HSV(B) 43.43º 0.74% 0.95% -
XYZ 56.9 57.54 12.67 -
YUV 193.02 54.07 163.65 -
System Red Green Blue C M Y K H S L
Decimal 243 193 62 0 0.21 0.74 0.05 43.43 0.88 0.6
Hex F3 C1 3E 0 15 4A 5 2B 58 3C
Octal 363 301 76 0 25 112 5 53 130 74
Binary 11110011 11000001 111110 0 10101 1001010 101 101011 1011000 111100

Color Harmonies of #F3C13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C13E

Black with #F3C13E

Text Example


Text Example

White with #F3C13E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C13E; }

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

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

background-color css

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

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

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

border-color css

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

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

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