Html Css Color HEX #FAC62A Saffron

📋 copy color: '#FAC62A'

red 250 ◦ green 198 ◦ blue 42

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

Shades of Saffron #FAC62A

Tints of Saffron #FAC62A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.57%

R = 51.02%
G = 40.41%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FAC62A (or 0xFAC62A) is known color: Saffron. HEX triplet: FA, C6 and 2A. RGB value is (250,198,42). Sum of RGB (Red+Green+Blue) = 250+198+42=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 198 (77.73% from 255 or 40.41% from 490); Blue value is 42 (16.80% from 255 or 8.57% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC62A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC62A is #0539D5. Grayscale: #C4C4C4. Windows color (decimal): -342486 or 2803450. OLE color: 2803450.

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

Color convert

RGB 250 198 42 -
CMYK 0 0.21 0.83 0.02
HSL 45º 0.95% 0.57% -
HSV(B) 45º 0.83% 0.98% -
XYZ 60.04 60.88 10.78 -
YUV 195.76 41.23 166.68 -
System Red Green Blue C M Y K H S L
Decimal 250 198 42 0 0.21 0.83 0.02 45 0.95 0.57
Hex FA C6 2A 0 15 53 2 2D 5F 39
Octal 372 306 52 0 25 123 2 55 137 71
Binary 11111010 11000110 101010 0 10101 1010011 10 101101 1011111 111001

Color Harmonies of #FAC62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC62A

Black with #FAC62A

Text Example


Text Example

White with #FAC62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC62A; }

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

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

background-color css

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

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

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

border-color css

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

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

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