Html Css Color HEX #FAC13E Saffron

📋 copy color: '#FAC13E'

red 250 ◦ green 193 ◦ blue 62

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

Shades of Saffron #FAC13E

Tints of Saffron #FAC13E

RGB

 RED value IS 250 (98.05% from 255) = 49.5%

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

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

R = 49.5%
G = 38.22%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FAC13E (or 0xFAC13E) is known color: Saffron. HEX triplet: FA, C1 and 3E. RGB value is (250,193,62). Sum of RGB (Red+Green+Blue) = 250+193+62=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 62 (24.61% from 255 or 12.28% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC13E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC13E is #053EC1. Grayscale: #C3C3C3. Windows color (decimal): -343746 or 4112890. OLE color: 4112890.

HSL color Cylindrical-coordinate representation of color #FAC13E: hue angle of 41.81º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FAC13E is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 193 62 -
CMYK 0 0.23 0.75 0.02
HSL 41.81º 0.95% 0.61% -
HSV(B) 41.81º 0.75% 0.98% -
XYZ 59.36 58.81 12.78 -
YUV 195.11 52.88 167.15 -
System Red Green Blue C M Y K H S L
Decimal 250 193 62 0 0.23 0.75 0.02 41.81 0.95 0.61
Hex FA C1 3E 0 17 4B 2 2A 5F 3D
Octal 372 301 76 0 27 113 2 52 137 75
Binary 11111010 11000001 111110 0 10111 1001011 10 101010 1011111 111101

Color Harmonies of #FAC13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC13E

Black with #FAC13E

Text Example


Text Example

White with #FAC13E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC13E; }

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

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

background-color css

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

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

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

border-color css

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

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

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