Html Css Color HEX #FCC465 Grandis

📋 copy color: '#FCC465'

red 252 ◦ green 196 ◦ blue 101

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

Shades of Grandis #FCC465

Tints of Grandis #FCC465

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.7%

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

R = 45.9%
G = 35.7%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCC465 (or 0xFCC465) is known color: Grandis. HEX triplet: FC, C4 and 65. RGB value is (252,196,101). Sum of RGB (Red+Green+Blue) = 252+196+101=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 196 (76.95% from 255 or 35.70% from 549); Blue value is 101 (39.84% from 255 or 18.40% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC465 is #033B9A. Grayscale: #CACACA. Windows color (decimal): -211867 or 6669564. OLE color: 6669564.

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

Color convert

RGB 252 196 101 -
CMYK 0 0.22 0.60 0.01
HSL 37.75º 0.96% 0.69% -
HSV(B) 37.75º 0.6% 0.99% -
XYZ 62.23 61.11 20.83 -
YUV 201.91 71.05 163.72 -
System Red Green Blue C M Y K H S L
Decimal 252 196 101 0 0.22 0.60 0.01 37.75 0.96 0.69
Hex FC C4 65 0 16 3C 1 26 60 45
Octal 374 304 145 0 26 74 1 46 140 105
Binary 11111100 11000100 1100101 0 10110 111100 1 100110 1100000 1000101

Color Harmonies of #FCC465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC465

Black with #FCC465

Text Example


Text Example

White with #FCC465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC465; }

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

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

background-color css

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

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

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

border-color css

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

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

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