Html Css Color HEX #FCC971 Grandis

📋 copy color: '#FCC971'

red 252 ◦ green 201 ◦ blue 113

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

Shades of Grandis #FCC971

Tints of Grandis #FCC971

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.51%

 BLUE value IS 113 (44.53% from 255) = 19.96%

R = 44.52%
G = 35.51%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FCC971 (or 0xFCC971) is known color: Grandis. HEX triplet: FC, C9 and 71. RGB value is (252,201,113). Sum of RGB (Red+Green+Blue) = 252+201+113=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 113 (44.53% from 255 or 19.96% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC971 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC971 is #03368E. Grayscale: #CECECE. Windows color (decimal): -210575 or 7457276. OLE color: 7457276.

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

Color convert

RGB 252 201 113 -
CMYK 0 0.20 0.55 0.01
HSL 37.99º 0.96% 0.72% -
HSV(B) 37.99º 0.55% 0.99% -
XYZ 64.01 63.66 24.54 -
YUV 206.22 75.4 160.66 -
System Red Green Blue C M Y K H S L
Decimal 252 201 113 0 0.20 0.55 0.01 37.99 0.96 0.72
Hex FC C9 71 0 14 37 1 26 60 48
Octal 374 311 161 0 24 67 1 46 140 110
Binary 11111100 11001001 1110001 0 10100 110111 1 100110 1100000 1001000

Color Harmonies of #FCC971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC971

Black with #FCC971

Text Example


Text Example

White with #FCC971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC971; }

 p { color: rgb(252,201,113); }

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

background-color css

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

 a { background-color: rgb(252,201,113); }

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

border-color css

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

 span { border-color: rgb(252,201,113); }

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