Html Css Color HEX #FAC62C Saffron

📋 copy color: '#FAC62C'

red 250 ◦ green 198 ◦ blue 44

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

Shades of Saffron #FAC62C

Tints of Saffron #FAC62C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.94%

R = 50.81%
G = 40.24%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FAC62C (or 0xFAC62C) is known color: Saffron. HEX triplet: FA, C6 and 2C. RGB value is (250,198,44). Sum of RGB (Red+Green+Blue) = 250+198+44=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 198 (77.73% from 255 or 40.24% from 492); Blue value is 44 (17.58% from 255 or 8.94% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC62C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC62C is #0539D3. Grayscale: #C4C4C4. Windows color (decimal): -342484 or 2934522. OLE color: 2934522.

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

Color convert

RGB 250 198 44 -
CMYK 0 0.21 0.82 0.02
HSL 44.85º 0.95% 0.58% -
HSV(B) 44.85º 0.82% 0.98% -
XYZ 60.07 60.89 10.97 -
YUV 195.99 42.23 166.52 -
System Red Green Blue C M Y K H S L
Decimal 250 198 44 0 0.21 0.82 0.02 44.85 0.95 0.58
Hex FA C6 2C 0 15 52 2 2D 5F 3A
Octal 372 306 54 0 25 122 2 55 137 72
Binary 11111010 11000110 101100 0 10101 1010010 10 101101 1011111 111010

Color Harmonies of #FAC62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC62C

Black with #FAC62C

Text Example


Text Example

White with #FAC62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC62C; }

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

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

background-color css

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

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

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

border-color css

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

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

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