Html Css Color HEX #FCC269 Grandis

📋 copy color: '#FCC269'

red 252 ◦ green 194 ◦ blue 105

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

Shades of Grandis #FCC269

Tints of Grandis #FCC269

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.21%

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

R = 45.74%
G = 35.21%
B = 19.06%

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

#FCC269 (or 0xFCC269) is known color: Grandis. HEX triplet: FC, C2 and 69. RGB value is (252,194,105). Sum of RGB (Red+Green+Blue) = 252+194+105=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 194 (76.17% from 255 or 35.21% from 551); Blue value is 105 (41.41% from 255 or 19.06% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC269 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC269 is #033D96. Grayscale: #C9C9C9. Windows color (decimal): -212375 or 6931196. OLE color: 6931196.

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

Color convert

RGB 252 194 105 -
CMYK 0 0.23 0.58 0.01
HSL 36.33º 0.96% 0.7% -
HSV(B) 36.33º 0.58% 0.99% -
XYZ 61.99 60.3 21.74 -
YUV 201.2 73.72 164.24 -
System Red Green Blue C M Y K H S L
Decimal 252 194 105 0 0.23 0.58 0.01 36.33 0.96 0.7
Hex FC C2 69 0 17 3A 1 24 60 46
Octal 374 302 151 0 27 72 1 44 140 106
Binary 11111100 11000010 1101001 0 10111 111010 1 100100 1100000 1000110

Color Harmonies of #FCC269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC269

Black with #FCC269

Text Example


Text Example

White with #FCC269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC269; }

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

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

background-color css

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

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

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

border-color css

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

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

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