Html Css Color HEX #FAC634 Saffron

📋 copy color: '#FAC634'

red 250 ◦ green 198 ◦ blue 52

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

Shades of Saffron #FAC634

Tints of Saffron #FAC634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.4%

R = 50%
G = 39.6%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FAC634 (or 0xFAC634) is known color: Saffron. HEX triplet: FA, C6 and 34. RGB value is (250,198,52). Sum of RGB (Red+Green+Blue) = 250+198+52=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 198 (77.73% from 255 or 39.6% from 500); Blue value is 52 (20.70% from 255 or 10.4% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC634 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC634 is #0539CB. Grayscale: #C5C5C5. Windows color (decimal): -342476 or 3458810. OLE color: 3458810.

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

Color convert

RGB 250 198 52 -
CMYK 0 0.21 0.79 0.02
HSL 44.24º 0.95% 0.59% -
HSV(B) 44.24º 0.79% 0.98% -
XYZ 60.24 60.96 11.84 -
YUV 196.9 46.23 165.87 -
System Red Green Blue C M Y K H S L
Decimal 250 198 52 0 0.21 0.79 0.02 44.24 0.95 0.59
Hex FA C6 34 0 15 4F 2 2C 5F 3B
Octal 372 306 64 0 25 117 2 54 137 73
Binary 11111010 11000110 110100 0 10101 1001111 10 101100 1011111 111011

Color Harmonies of #FAC634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC634

Black with #FAC634

Text Example


Text Example

White with #FAC634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC634; }

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

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

background-color css

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

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

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

border-color css

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

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

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