Html Css Color HEX #FAC82C Saffron

📋 copy color: '#FAC82C'

red 250 ◦ green 200 ◦ blue 44

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

Shades of Saffron #FAC82C

Tints of Saffron #FAC82C

RGB

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

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

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

R = 50.61%
G = 40.49%
B = 8.91%

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

#FAC82C (or 0xFAC82C) is known color: Saffron. HEX triplet: FA, C8 and 2C. RGB value is (250,200,44). Sum of RGB (Red+Green+Blue) = 250+200+44=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 200 (78.52% from 255 or 40.49% from 494); Blue value is 44 (17.58% from 255 or 8.91% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC82C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC82C is #0537D3. Grayscale: #C5C5C5. Windows color (decimal): -341972 or 2935034. OLE color: 2935034.

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

Color convert

RGB 250 200 44 -
CMYK 0 0.2 0.82 0.02
HSL 45.44º 0.95% 0.58% -
HSV(B) 45.44º 0.82% 0.98% -
XYZ 60.53 61.81 11.12 -
YUV 197.17 41.57 165.68 -
System Red Green Blue C M Y K H S L
Decimal 250 200 44 0 0.2 0.82 0.02 45.44 0.95 0.58
Hex FA C8 2C 0 14 52 2 2D 5F 3A
Octal 372 310 54 0 24 122 2 55 137 72
Binary 11111010 11001000 101100 0 10100 1010010 10 101101 1011111 111010

Color Harmonies of #FAC82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC82C

Black with #FAC82C

Text Example


Text Example

White with #FAC82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC82C; }

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

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

background-color css

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

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

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

border-color css

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

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

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