Html Css Color HEX #FDC466 Grandis

📋 copy color: '#FDC466'

red 253 ◦ green 196 ◦ blue 102

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

Shades of Grandis #FDC466

Tints of Grandis #FDC466

RGB

 RED value IS 253 (99.22% from 255) = 45.92%

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

 BLUE value IS 102 (40.23% from 255) = 18.51%

R = 45.92%
G = 35.57%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDC466 (or 0xFDC466) is known color: Grandis. HEX triplet: FD, C4 and 66. RGB value is (253,196,102). Sum of RGB (Red+Green+Blue) = 253+196+102=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 196 (76.95% from 255 or 35.57% from 551); Blue value is 102 (40.23% from 255 or 18.51% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC466 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC466 is #023B99. Grayscale: #CACACA. Windows color (decimal): -146330 or 6735101. OLE color: 6735101.

HSL color Cylindrical-coordinate representation of color #FDC466: hue angle of 37.35º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDC466 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 196 102 -
CMYK 0 0.23 0.60 0.01
HSL 37.35º 0.97% 0.7% -
HSV(B) 37.35º 0.6% 0.99% -
XYZ 62.65 61.32 21.1 -
YUV 202.33 71.38 164.14 -
System Red Green Blue C M Y K H S L
Decimal 253 196 102 0 0.23 0.60 0.01 37.35 0.97 0.7
Hex FD C4 66 0 17 3C 1 25 61 46
Octal 375 304 146 0 27 74 1 45 141 106
Binary 11111101 11000100 1100110 0 10111 111100 1 100101 1100001 1000110

Color Harmonies of #FDC466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC466

Black with #FDC466

Text Example


Text Example

White with #FDC466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC466; }

 p { color: rgb(253,196,102); }

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

background-color css

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

 a { background-color: rgb(253,196,102); }

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

border-color css

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

 span { border-color: rgb(253,196,102); }

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