Html Css Color HEX #FAC632 Saffron

📋 copy color: '#FAC632'

red 250 ◦ green 198 ◦ blue 50

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

Shades of Saffron #FAC632

Tints of Saffron #FAC632

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.76%

 BLUE value IS 50 (19.92% from 255) = 10.04%

R = 50.2%
G = 39.76%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FAC632 (or 0xFAC632) is known color: Saffron. HEX triplet: FA, C6 and 32. RGB value is (250,198,50). Sum of RGB (Red+Green+Blue) = 250+198+50=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 198 (77.73% from 255 or 39.76% from 498); Blue value is 50 (19.92% from 255 or 10.04% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC632 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC632 is #0539CD. Grayscale: #C5C5C5. Windows color (decimal): -342478 or 3327738. OLE color: 3327738.

HSL color Cylindrical-coordinate representation of color #FAC632: hue angle of 44.4º 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 #FAC632 is Cyan = 0, Magento = 0.21, Yellow = 0.8 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 198 50 -
CMYK 0 0.21 0.8 0.02
HSL 44.4º 0.95% 0.59% -
HSV(B) 44.4º 0.8% 0.98% -
XYZ 60.19 60.94 11.61 -
YUV 196.68 45.23 166.03 -
System Red Green Blue C M Y K H S L
Decimal 250 198 50 0 0.21 0.8 0.02 44.4 0.95 0.59
Hex FA C6 32 0 15 50 2 2C 5F 3B
Octal 372 306 62 0 25 120 2 54 137 73
Binary 11111010 11000110 110010 0 10101 1010000 10 101100 1011111 111011

Color Harmonies of #FAC632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC632

Black with #FAC632

Text Example


Text Example

White with #FAC632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC632; }

 p { color: rgb(250,198,50); }

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

background-color css

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

 a { background-color: rgb(250,198,50); }

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

border-color css

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

 span { border-color: rgb(250,198,50); }

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