Html Css Color HEX #FCC869 Grandis

📋 copy color: '#FCC869'

red 252 ◦ green 200 ◦ blue 105

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

Shades of Grandis #FCC869

Tints of Grandis #FCC869

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.91%

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

R = 45.24%
G = 35.91%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCC869 (or 0xFCC869) is known color: Grandis. HEX triplet: FC, C8 and 69. RGB value is (252,200,105). Sum of RGB (Red+Green+Blue) = 252+200+105=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 200 (78.52% from 255 or 35.91% from 557); Blue value is 105 (41.41% from 255 or 18.85% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC869 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC869 is #033796. Grayscale: #CDCDCD. Windows color (decimal): -210839 or 6932732. OLE color: 6932732.

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

Color convert

RGB 252 200 105 -
CMYK 0 0.21 0.58 0.01
HSL 38.78º 0.96% 0.7% -
HSV(B) 38.78º 0.58% 0.99% -
XYZ 63.35 63.02 22.19 -
YUV 204.72 71.73 161.72 -
System Red Green Blue C M Y K H S L
Decimal 252 200 105 0 0.21 0.58 0.01 38.78 0.96 0.7
Hex FC C8 69 0 15 3A 1 27 60 46
Octal 374 310 151 0 25 72 1 47 140 106
Binary 11111100 11001000 1101001 0 10101 111010 1 100111 1100000 1000110

Color Harmonies of #FCC869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC869

Black with #FCC869

Text Example


Text Example

White with #FCC869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC869; }

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

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

background-color css

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

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

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

border-color css

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

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

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