Html Css Color HEX #FAC128 Saffron

📋 copy color: '#FAC128'

red 250 ◦ green 193 ◦ blue 40

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

Shades of Saffron #FAC128

Tints of Saffron #FAC128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.28%

R = 51.76%
G = 39.96%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAC128 (or 0xFAC128) is known color: Saffron. HEX triplet: FA, C1 and 28. RGB value is (250,193,40). Sum of RGB (Red+Green+Blue) = 250+193+40=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 40 (16.02% from 255 or 8.28% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC128 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC128 is #053ED7. Grayscale: #C1C1C1. Windows color (decimal): -343768 or 2671098. OLE color: 2671098.

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

Color convert

RGB 250 193 40 -
CMYK 0 0.23 0.84 0.02
HSL 43.71º 0.95% 0.57% -
HSV(B) 43.71º 0.84% 0.98% -
XYZ 58.88 58.62 10.22 -
YUV 192.6 41.88 168.94 -
System Red Green Blue C M Y K H S L
Decimal 250 193 40 0 0.23 0.84 0.02 43.71 0.95 0.57
Hex FA C1 28 0 17 54 2 2C 5F 39
Octal 372 301 50 0 27 124 2 54 137 71
Binary 11111010 11000001 101000 0 10111 1010100 10 101100 1011111 111001

Color Harmonies of #FAC128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC128

Black with #FAC128

Text Example


Text Example

White with #FAC128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC128; }

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

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

background-color css

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

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

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

border-color css

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

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

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