Html Css Color HEX #FAC82F Saffron

📋 copy color: '#FAC82F'

red 250 ◦ green 200 ◦ blue 47

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

Shades of Saffron #FAC82F

Tints of Saffron #FAC82F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.46%

R = 50.3%
G = 40.24%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FAC82F (or 0xFAC82F) is known color: Saffron. HEX triplet: FA, C8 and 2F. RGB value is (250,200,47). Sum of RGB (Red+Green+Blue) = 250+200+47=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 47 (18.75% from 255 or 9.46% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC82F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC82F is #0537D0. Grayscale: #C6C6C6. Windows color (decimal): -341969 or 3131642. OLE color: 3131642.

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

Color convert

RGB 250 200 47 -
CMYK 0 0.2 0.81 0.02
HSL 45.22º 0.95% 0.58% -
HSV(B) 45.22º 0.81% 0.98% -
XYZ 60.59 61.84 11.43 -
YUV 197.51 43.07 165.44 -
System Red Green Blue C M Y K H S L
Decimal 250 200 47 0 0.2 0.81 0.02 45.22 0.95 0.58
Hex FA C8 2F 0 14 51 2 2D 5F 3A
Octal 372 310 57 0 24 121 2 55 137 72
Binary 11111010 11001000 101111 0 10100 1010001 10 101101 1011111 111010

Color Harmonies of #FAC82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC82F

Black with #FAC82F

Text Example


Text Example

White with #FAC82F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC82F; }

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

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

background-color css

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

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

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

border-color css

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

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

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