Html Css Color HEX #FAC82B Saffron

📋 copy color: '#FAC82B'

red 250 ◦ green 200 ◦ blue 43

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

Shades of Saffron #FAC82B

Tints of Saffron #FAC82B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.72%

R = 50.71%
G = 40.57%
B = 8.72%

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

#FAC82B (or 0xFAC82B) is known color: Saffron. HEX triplet: FA, C8 and 2B. RGB value is (250,200,43). Sum of RGB (Red+Green+Blue) = 250+200+43=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 200 (78.52% from 255 or 40.57% from 493); Blue value is 43 (17.19% from 255 or 8.72% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC82B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC82B is #0537D4. Grayscale: #C5C5C5. Windows color (decimal): -341973 or 2869498. OLE color: 2869498.

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

Color convert

RGB 250 200 43 -
CMYK 0 0.2 0.83 0.02
HSL 45.51º 0.95% 0.57% -
HSV(B) 45.51º 0.83% 0.98% -
XYZ 60.51 61.81 11.03 -
YUV 197.05 41.07 165.77 -
System Red Green Blue C M Y K H S L
Decimal 250 200 43 0 0.2 0.83 0.02 45.51 0.95 0.57
Hex FA C8 2B 0 14 53 2 2E 5F 39
Octal 372 310 53 0 24 123 2 56 137 71
Binary 11111010 11001000 101011 0 10100 1010011 10 101110 1011111 111001

Color Harmonies of #FAC82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC82B

Black with #FAC82B

Text Example


Text Example

White with #FAC82B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC82B; }

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

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

background-color css

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

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

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

border-color css

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

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

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