Html Css Color HEX #FAC13D Saffron

📋 copy color: '#FAC13D'

red 250 ◦ green 193 ◦ blue 61

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

Shades of Saffron #FAC13D

Tints of Saffron #FAC13D

RGB

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

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

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

R = 49.6%
G = 38.29%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FAC13D (or 0xFAC13D) is known color: Saffron. HEX triplet: FA, C1 and 3D. RGB value is (250,193,61). Sum of RGB (Red+Green+Blue) = 250+193+61=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 61 (24.22% from 255 or 12.10% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC13D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC13D is #053EC2. Grayscale: #C3C3C3. Windows color (decimal): -343747 or 4047354. OLE color: 4047354.

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

Color convert

RGB 250 193 61 -
CMYK 0 0.23 0.76 0.02
HSL 41.9º 0.95% 0.61% -
HSV(B) 41.9º 0.76% 0.98% -
XYZ 59.34 58.8 12.64 -
YUV 195 52.38 167.23 -
System Red Green Blue C M Y K H S L
Decimal 250 193 61 0 0.23 0.76 0.02 41.9 0.95 0.61
Hex FA C1 3D 0 17 4C 2 2A 5F 3D
Octal 372 301 75 0 27 114 2 52 137 75
Binary 11111010 11000001 111101 0 10111 1001100 10 101010 1011111 111101

Color Harmonies of #FAC13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC13D

Black with #FAC13D

Text Example


Text Example

White with #FAC13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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