Html Css Color HEX #FCC567 Grandis

📋 copy color: '#FCC567'

red 252 ◦ green 197 ◦ blue 103

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

Shades of Grandis #FCC567

Tints of Grandis #FCC567

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.69%

 BLUE value IS 103 (40.63% from 255) = 18.66%

R = 45.65%
G = 35.69%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FCC567 (or 0xFCC567) is known color: Grandis. HEX triplet: FC, C5 and 67. RGB value is (252,197,103). Sum of RGB (Red+Green+Blue) = 252+197+103=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 197 (77.34% from 255 or 35.69% from 552); Blue value is 103 (40.62% from 255 or 18.66% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC567 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC567 is #033A98. Grayscale: #CBCBCB. Windows color (decimal): -211609 or 6800892. OLE color: 6800892.

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

Color convert

RGB 252 197 103 -
CMYK 0 0.22 0.59 0.01
HSL 37.85º 0.96% 0.7% -
HSV(B) 37.85º 0.59% 0.99% -
XYZ 62.56 61.61 21.43 -
YUV 202.73 71.72 163.14 -
System Red Green Blue C M Y K H S L
Decimal 252 197 103 0 0.22 0.59 0.01 37.85 0.96 0.7
Hex FC C5 67 0 16 3B 1 26 60 46
Octal 374 305 147 0 26 73 1 46 140 106
Binary 11111100 11000101 1100111 0 10110 111011 1 100110 1100000 1000110

Color Harmonies of #FCC567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC567

Black with #FCC567

Text Example


Text Example

White with #FCC567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC567; }

 p { color: rgb(252,197,103); }

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

background-color css

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

 a { background-color: rgb(252,197,103); }

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

border-color css

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

 span { border-color: rgb(252,197,103); }

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