Html Css Color HEX #FDC169 Grandis

📋 copy color: '#FDC169'

red 253 ◦ green 193 ◦ blue 105

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

Shades of Grandis #FDC169

Tints of Grandis #FDC169

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.03%

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

R = 45.92%
G = 35.03%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FDC169 (or 0xFDC169) is known color: Grandis. HEX triplet: FD, C1 and 69. RGB value is (253,193,105). Sum of RGB (Red+Green+Blue) = 253+193+105=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 193 (75.78% from 255 or 35.03% from 551); Blue value is 105 (41.41% from 255 or 19.06% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC169 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC169 is #023E96. Grayscale: #C9C9C9. Windows color (decimal): -147095 or 6930941. OLE color: 6930941.

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

Color convert

RGB 253 193 105 -
CMYK 0 0.24 0.58 0.01
HSL 35.68º 0.97% 0.7% -
HSV(B) 35.68º 0.58% 0.99% -
XYZ 62.13 60.04 21.68 -
YUV 200.91 73.88 165.16 -
System Red Green Blue C M Y K H S L
Decimal 253 193 105 0 0.24 0.58 0.01 35.68 0.97 0.7
Hex FD C1 69 0 18 3A 1 24 61 46
Octal 375 301 151 0 30 72 1 44 141 106
Binary 11111101 11000001 1101001 0 11000 111010 1 100100 1100001 1000110

Color Harmonies of #FDC169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC169

Black with #FDC169

Text Example


Text Example

White with #FDC169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC169; }

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

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

background-color css

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

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

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

border-color css

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

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

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