Html Css Color HEX #FAC133 Saffron

📋 copy color: '#FAC133'

red 250 ◦ green 193 ◦ blue 51

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

Shades of Saffron #FAC133

Tints of Saffron #FAC133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.32%

R = 50.61%
G = 39.07%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FAC133 (or 0xFAC133) is known color: Saffron. HEX triplet: FA, C1 and 33. RGB value is (250,193,51). Sum of RGB (Red+Green+Blue) = 250+193+51=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 193 (75.78% from 255 or 39.07% from 494); Blue value is 51 (20.31% from 255 or 10.32% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC133 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC133 is #053ECC. Grayscale: #C2C2C2. Windows color (decimal): -343757 or 3391994. OLE color: 3391994.

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

Color convert

RGB 250 193 51 -
CMYK 0 0.23 0.80 0.02
HSL 42.81º 0.95% 0.59% -
HSV(B) 42.81º 0.8% 0.98% -
XYZ 59.09 58.7 11.35 -
YUV 193.86 47.38 168.05 -
System Red Green Blue C M Y K H S L
Decimal 250 193 51 0 0.23 0.80 0.02 42.81 0.95 0.59
Hex FA C1 33 0 17 50 2 2B 5F 3B
Octal 372 301 63 0 27 120 2 53 137 73
Binary 11111010 11000001 110011 0 10111 1010000 10 101011 1011111 111011

Color Harmonies of #FAC133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC133

Black with #FAC133

Text Example


Text Example

White with #FAC133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC133; }

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

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

background-color css

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

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

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

border-color css

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

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

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