Html Css Color HEX #FAC82A Saffron

📋 copy color: '#FAC82A'

red 250 ◦ green 200 ◦ blue 42

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

Shades of Saffron #FAC82A

Tints of Saffron #FAC82A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.65%

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

R = 50.81%
G = 40.65%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FAC82A (or 0xFAC82A) is known color: Saffron. HEX triplet: FA, C8 and 2A. RGB value is (250,200,42). Sum of RGB (Red+Green+Blue) = 250+200+42=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 42 (16.80% from 255 or 8.54% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC82A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC82A is #0537D5. Grayscale: #C5C5C5. Windows color (decimal): -341974 or 2803962. OLE color: 2803962.

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

Color convert

RGB 250 200 42 -
CMYK 0 0.2 0.83 0.02
HSL 45.58º 0.95% 0.57% -
HSV(B) 45.58º 0.83% 0.98% -
XYZ 60.5 61.8 10.93 -
YUV 196.94 40.57 165.85 -
System Red Green Blue C M Y K H S L
Decimal 250 200 42 0 0.2 0.83 0.02 45.58 0.95 0.57
Hex FA C8 2A 0 14 53 2 2E 5F 39
Octal 372 310 52 0 24 123 2 56 137 71
Binary 11111010 11001000 101010 0 10100 1010011 10 101110 1011111 111001

Color Harmonies of #FAC82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC82A

Black with #FAC82A

Text Example


Text Example

White with #FAC82A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC82A; }

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

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

background-color css

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

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

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

border-color css

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

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

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