Html Css Color HEX #FCC765 Grandis

📋 copy color: '#FCC765'

red 252 ◦ green 199 ◦ blue 101

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

Shades of Grandis #FCC765

Tints of Grandis #FCC765

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.05%

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

R = 45.65%
G = 36.05%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCC765 (or 0xFCC765) is known color: Grandis. HEX triplet: FC, C7 and 65. RGB value is (252,199,101). Sum of RGB (Red+Green+Blue) = 252+199+101=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 199 (78.12% from 255 or 36.05% from 552); Blue value is 101 (39.84% from 255 or 18.30% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC765 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC765 is #03389A. Grayscale: #CCCCCC. Windows color (decimal): -211099 or 6670332. OLE color: 6670332.

HSL color Cylindrical-coordinate representation of color #FCC765: hue angle of 38.94º 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 #FCC765 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 199 101 -
CMYK 0 0.21 0.60 0.01
HSL 38.94º 0.96% 0.69% -
HSV(B) 38.94º 0.6% 0.99% -
XYZ 62.92 62.48 21.06 -
YUV 203.68 70.06 162.47 -
System Red Green Blue C M Y K H S L
Decimal 252 199 101 0 0.21 0.60 0.01 38.94 0.96 0.69
Hex FC C7 65 0 15 3C 1 27 60 45
Octal 374 307 145 0 25 74 1 47 140 105
Binary 11111100 11000111 1100101 0 10101 111100 1 100111 1100000 1000101

Color Harmonies of #FCC765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC765

Black with #FCC765

Text Example


Text Example

White with #FCC765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC765; }

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

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

background-color css

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

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

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

border-color css

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

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

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