Html Css Color HEX #FCC86A Grandis

📋 copy color: '#FCC86A'

red 252 ◦ green 200 ◦ blue 106

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

Shades of Grandis #FCC86A

Tints of Grandis #FCC86A

RGB

 RED value IS 252 (98.83% from 255) = 45.16%

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

 BLUE value IS 106 (41.8% from 255) = 19%

R = 45.16%
G = 35.84%
B = 19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCC86A (or 0xFCC86A) is known color: Grandis. HEX triplet: FC, C8 and 6A. RGB value is (252,200,106). Sum of RGB (Red+Green+Blue) = 252+200+106=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 200 (78.52% from 255 or 35.84% from 558); Blue value is 106 (41.80% from 255 or 19.00% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC86A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC86A is #033795. Grayscale: #CDCDCD. Windows color (decimal): -210838 or 6998268. OLE color: 6998268.

HSL color Cylindrical-coordinate representation of color #FCC86A: hue angle of 38.63º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FCC86A is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 200 106 -
CMYK 0 0.21 0.58 0.01
HSL 38.63º 0.96% 0.7% -
HSV(B) 38.63º 0.58% 0.99% -
XYZ 63.4 63.04 22.46 -
YUV 204.83 72.23 161.64 -
System Red Green Blue C M Y K H S L
Decimal 252 200 106 0 0.21 0.58 0.01 38.63 0.96 0.7
Hex FC C8 6A 0 15 3A 1 27 60 46
Octal 374 310 152 0 25 72 1 47 140 106
Binary 11111100 11001000 1101010 0 10101 111010 1 100111 1100000 1000110

Color Harmonies of #FCC86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC86A

Black with #FCC86A

Text Example


Text Example

White with #FCC86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC86A; }

 p { color: rgb(252,200,106); }

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

background-color css

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

 a { background-color: rgb(252,200,106); }

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

border-color css

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

 span { border-color: rgb(252,200,106); }

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