Html Css Color HEX #FAC82E Saffron

📋 copy color: '#FAC82E'

red 250 ◦ green 200 ◦ blue 46

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

Shades of Saffron #FAC82E

Tints of Saffron #FAC82E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.27%

R = 50.4%
G = 40.32%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FAC82E (or 0xFAC82E) is known color: Saffron. HEX triplet: FA, C8 and 2E. RGB value is (250,200,46). Sum of RGB (Red+Green+Blue) = 250+200+46=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 46 (18.36% from 255 or 9.27% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC82E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC82E is #0537D1. Grayscale: #C6C6C6. Windows color (decimal): -341970 or 3066106. OLE color: 3066106.

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

Color convert

RGB 250 200 46 -
CMYK 0 0.2 0.82 0.02
HSL 45.29º 0.95% 0.58% -
HSV(B) 45.29º 0.82% 0.98% -
XYZ 60.57 61.83 11.33 -
YUV 197.39 42.57 165.52 -
System Red Green Blue C M Y K H S L
Decimal 250 200 46 0 0.2 0.82 0.02 45.29 0.95 0.58
Hex FA C8 2E 0 14 52 2 2D 5F 3A
Octal 372 310 56 0 24 122 2 55 137 72
Binary 11111010 11001000 101110 0 10100 1010010 10 101101 1011111 111010

Color Harmonies of #FAC82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC82E

Black with #FAC82E

Text Example


Text Example

White with #FAC82E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC82E; }

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

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

background-color css

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

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

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

border-color css

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

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

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