Html Css Color HEX #FAC438 Saffron

📋 copy color: '#FAC438'

red 250 ◦ green 196 ◦ blue 56

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

Shades of Saffron #FAC438

Tints of Saffron #FAC438

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.04%

 BLUE value IS 56 (22.27% from 255) = 11.16%

R = 49.8%
G = 39.04%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FAC438 (or 0xFAC438) is known color: Saffron. HEX triplet: FA, C4 and 38. RGB value is (250,196,56). Sum of RGB (Red+Green+Blue) = 250+196+56=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 196 (76.95% from 255 or 39.04% from 502); Blue value is 56 (22.27% from 255 or 11.16% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC438 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC438 is #053BC7. Grayscale: #C4C4C4. Windows color (decimal): -342984 or 3720442. OLE color: 3720442.

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

Color convert

RGB 250 196 56 -
CMYK 0 0.22 0.78 0.02
HSL 43.3º 0.95% 0.6% -
HSV(B) 43.3º 0.78% 0.98% -
XYZ 59.88 60.09 12.18 -
YUV 196.19 48.89 166.38 -
System Red Green Blue C M Y K H S L
Decimal 250 196 56 0 0.22 0.78 0.02 43.3 0.95 0.6
Hex FA C4 38 0 16 4E 2 2B 5F 3C
Octal 372 304 70 0 26 116 2 53 137 74
Binary 11111010 11000100 111000 0 10110 1001110 10 101011 1011111 111100

Color Harmonies of #FAC438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC438

Black with #FAC438

Text Example


Text Example

White with #FAC438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC438; }

 p { color: rgb(250,196,56); }

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

background-color css

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

 a { background-color: rgb(250,196,56); }

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

border-color css

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

 span { border-color: rgb(250,196,56); }

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