Html Css Color HEX #FCC46B Grandis

📋 copy color: '#FCC46B'

red 252 ◦ green 196 ◦ blue 107

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

Shades of Grandis #FCC46B

Tints of Grandis #FCC46B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.28%

R = 45.41%
G = 35.32%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCC46B (or 0xFCC46B) is known color: Grandis. HEX triplet: FC, C4 and 6B. RGB value is (252,196,107). Sum of RGB (Red+Green+Blue) = 252+196+107=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 196 (76.95% from 255 or 35.32% from 555); Blue value is 107 (42.19% from 255 or 19.28% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC46B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC46B is #033B94. Grayscale: #CBCBCB. Windows color (decimal): -211861 or 7062780. OLE color: 7062780.

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

Color convert

RGB 252 196 107 -
CMYK 0 0.22 0.58 0.01
HSL 36.83º 0.96% 0.7% -
HSV(B) 36.83º 0.58% 0.99% -
XYZ 62.54 61.24 22.43 -
YUV 202.6 74.05 163.24 -
System Red Green Blue C M Y K H S L
Decimal 252 196 107 0 0.22 0.58 0.01 36.83 0.96 0.7
Hex FC C4 6B 0 16 3A 1 25 60 46
Octal 374 304 153 0 26 72 1 45 140 106
Binary 11111100 11000100 1101011 0 10110 111010 1 100101 1100000 1000110

Color Harmonies of #FCC46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC46B

Black with #FCC46B

Text Example


Text Example

White with #FCC46B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC46B; }

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

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

background-color css

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

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

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

border-color css

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

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

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