Html Css Color HEX #FCC165 Grandis

📋 copy color: '#FCC165'

red 252 ◦ green 193 ◦ blue 101

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

Shades of Grandis #FCC165

Tints of Grandis #FCC165

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.35%

 BLUE value IS 101 (39.84% from 255) = 18.5%

R = 46.15%
G = 35.35%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCC165 (or 0xFCC165) is known color: Grandis. HEX triplet: FC, C1 and 65. RGB value is (252,193,101). Sum of RGB (Red+Green+Blue) = 252+193+101=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 193 (75.78% from 255 or 35.35% from 546); Blue value is 101 (39.84% from 255 or 18.50% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC165 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC165 is #033E9A. Grayscale: #C8C8C8. Windows color (decimal): -212635 or 6668796. OLE color: 6668796.

HSL color Cylindrical-coordinate representation of color #FCC165: hue angle of 36.56º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCC165 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 193 101 -
CMYK 0 0.23 0.60 0.01
HSL 36.56º 0.96% 0.69% -
HSV(B) 36.56º 0.6% 0.99% -
XYZ 61.56 59.77 20.6 -
YUV 200.15 72.05 164.98 -
System Red Green Blue C M Y K H S L
Decimal 252 193 101 0 0.23 0.60 0.01 36.56 0.96 0.69
Hex FC C1 65 0 17 3C 1 25 60 45
Octal 374 301 145 0 27 74 1 45 140 105
Binary 11111100 11000001 1100101 0 10111 111100 1 100101 1100000 1000101

Color Harmonies of #FCC165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC165

Black with #FCC165

Text Example


Text Example

White with #FCC165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC165; }

 p { color: rgb(252,193,101); }

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

background-color css

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

 a { background-color: rgb(252,193,101); }

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

border-color css

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

 span { border-color: rgb(252,193,101); }

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