Html Css Color HEX #FAC629 Saffron

📋 copy color: '#FAC629'

red 250 ◦ green 198 ◦ blue 41

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

Shades of Saffron #FAC629

Tints of Saffron #FAC629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.38%

R = 51.12%
G = 40.49%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAC629 (or 0xFAC629) is known color: Saffron. HEX triplet: FA, C6 and 29. RGB value is (250,198,41). Sum of RGB (Red+Green+Blue) = 250+198+41=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 198 (77.73% from 255 or 40.49% from 489); Blue value is 41 (16.41% from 255 or 8.38% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC629 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC629 is #0539D6. Grayscale: #C4C4C4. Windows color (decimal): -342487 or 2737914. OLE color: 2737914.

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

Color convert

RGB 250 198 41 -
CMYK 0 0.21 0.84 0.02
HSL 45.07º 0.95% 0.57% -
HSV(B) 45.07º 0.84% 0.98% -
XYZ 60.02 60.87 10.68 -
YUV 195.65 40.73 166.77 -
System Red Green Blue C M Y K H S L
Decimal 250 198 41 0 0.21 0.84 0.02 45.07 0.95 0.57
Hex FA C6 29 0 15 54 2 2D 5F 39
Octal 372 306 51 0 25 124 2 55 137 71
Binary 11111010 11000110 101001 0 10101 1010100 10 101101 1011111 111001

Color Harmonies of #FAC629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC629

Black with #FAC629

Text Example


Text Example

White with #FAC629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC629; }

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

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

background-color css

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

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

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

border-color css

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

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

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