Html Css Color HEX #FCCC69 Grandis

📋 copy color: '#FCCC69'

red 252 ◦ green 204 ◦ blue 105

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

Shades of Grandis #FCCC69

Tints of Grandis #FCCC69

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.36%

 BLUE value IS 105 (41.41% from 255) = 18.72%

R = 44.92%
G = 36.36%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCCC69 (or 0xFCCC69) is known color: Grandis. HEX triplet: FC, CC and 69. RGB value is (252,204,105). Sum of RGB (Red+Green+Blue) = 252+204+105=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 105 (41.41% from 255 or 18.72% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCC69 is #033396. Grayscale: #CFCFCF. Windows color (decimal): -209815 or 6933756. OLE color: 6933756.

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

Color convert

RGB 252 204 105 -
CMYK 0 0.19 0.58 0.01
HSL 40.41º 0.96% 0.7% -
HSV(B) 40.41º 0.58% 0.99% -
XYZ 64.29 64.9 22.5 -
YUV 207.07 70.4 160.05 -
System Red Green Blue C M Y K H S L
Decimal 252 204 105 0 0.19 0.58 0.01 40.41 0.96 0.7
Hex FC CC 69 0 13 3A 1 28 60 46
Octal 374 314 151 0 23 72 1 50 140 106
Binary 11111100 11001100 1101001 0 10011 111010 1 101000 1100000 1000110

Color Harmonies of #FCCC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCC69

Black with #FCCC69

Text Example


Text Example

White with #FCCC69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCC69; }

 p { color: rgb(252,204,105); }

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

background-color css

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

 a { background-color: rgb(252,204,105); }

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

border-color css

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

 span { border-color: rgb(252,204,105); }

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