Html Css Color HEX #FCC369 Grandis

📋 copy color: '#FCC369'

red 252 ◦ green 195 ◦ blue 105

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

Shades of Grandis #FCC369

Tints of Grandis #FCC369

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.33%

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

R = 45.65%
G = 35.33%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCC369 (or 0xFCC369) is known color: Grandis. HEX triplet: FC, C3 and 69. RGB value is (252,195,105). Sum of RGB (Red+Green+Blue) = 252+195+105=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 195 (76.56% from 255 or 35.33% from 552); Blue value is 105 (41.41% from 255 or 19.02% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC369 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC369 is #033C96. Grayscale: #CACACA. Windows color (decimal): -212119 or 6931452. OLE color: 6931452.

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

Color convert

RGB 252 195 105 -
CMYK 0 0.23 0.58 0.01
HSL 36.73º 0.96% 0.7% -
HSV(B) 36.73º 0.58% 0.99% -
XYZ 62.21 60.75 21.81 -
YUV 201.78 73.38 163.82 -
System Red Green Blue C M Y K H S L
Decimal 252 195 105 0 0.23 0.58 0.01 36.73 0.96 0.7
Hex FC C3 69 0 17 3A 1 25 60 46
Octal 374 303 151 0 27 72 1 45 140 106
Binary 11111100 11000011 1101001 0 10111 111010 1 100101 1100000 1000110

Color Harmonies of #FCC369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC369

Black with #FCC369

Text Example


Text Example

White with #FCC369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC369; }

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

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

background-color css

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

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

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

border-color css

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

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

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