Html Css Color HEX #FAC135 Saffron

📋 copy color: '#FAC135'

red 250 ◦ green 193 ◦ blue 53

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

Shades of Saffron #FAC135

Tints of Saffron #FAC135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.69%

R = 50.4%
G = 38.91%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FAC135 (or 0xFAC135) is known color: Saffron. HEX triplet: FA, C1 and 35. RGB value is (250,193,53). Sum of RGB (Red+Green+Blue) = 250+193+53=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 53 (21.09% from 255 or 10.69% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC135 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC135 is #053ECA. Grayscale: #C2C2C2. Windows color (decimal): -343755 or 3523066. OLE color: 3523066.

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

Color convert

RGB 250 193 53 -
CMYK 0 0.23 0.79 0.02
HSL 42.64º 0.95% 0.59% -
HSV(B) 42.64º 0.79% 0.98% -
XYZ 59.14 58.72 11.59 -
YUV 194.08 48.38 167.88 -
System Red Green Blue C M Y K H S L
Decimal 250 193 53 0 0.23 0.79 0.02 42.64 0.95 0.59
Hex FA C1 35 0 17 4F 2 2B 5F 3B
Octal 372 301 65 0 27 117 2 53 137 73
Binary 11111010 11000001 110101 0 10111 1001111 10 101011 1011111 111011

Color Harmonies of #FAC135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC135

Black with #FAC135

Text Example


Text Example

White with #FAC135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC135; }

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

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

background-color css

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

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

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

border-color css

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

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

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