Html Css Color HEX #FDC469 Grandis

📋 copy color: '#FDC469'

red 253 ◦ green 196 ◦ blue 105

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

Shades of Grandis #FDC469

Tints of Grandis #FDC469

RGB

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

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

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

R = 45.67%
G = 35.38%
B = 18.95%

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

#FDC469 (or 0xFDC469) is known color: Grandis. HEX triplet: FD, C4 and 69. RGB value is (253,196,105). Sum of RGB (Red+Green+Blue) = 253+196+105=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 196 (76.95% from 255 or 35.38% from 554); Blue value is 105 (41.41% from 255 or 18.95% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC469 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC469 is #023B96. Grayscale: #CBCBCB. Windows color (decimal): -146327 or 6931709. OLE color: 6931709.

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

Color convert

RGB 253 196 105 -
CMYK 0 0.23 0.58 0.01
HSL 36.89º 0.97% 0.7% -
HSV(B) 36.89º 0.58% 0.99% -
XYZ 62.8 61.38 21.9 -
YUV 202.67 72.88 163.9 -
System Red Green Blue C M Y K H S L
Decimal 253 196 105 0 0.23 0.58 0.01 36.89 0.97 0.7
Hex FD C4 69 0 17 3A 1 25 61 46
Octal 375 304 151 0 27 72 1 45 141 106
Binary 11111101 11000100 1101001 0 10111 111010 1 100101 1100001 1000110

Color Harmonies of #FDC469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC469

Black with #FDC469

Text Example


Text Example

White with #FDC469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC469; }

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

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

background-color css

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

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

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

border-color css

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

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

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