Html Css Color HEX #FDC869 Grandis

📋 copy color: '#FDC869'

red 253 ◦ green 200 ◦ blue 105

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

Shades of Grandis #FDC869

Tints of Grandis #FDC869

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.84%

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

R = 45.34%
G = 35.84%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FDC869 (or 0xFDC869) is known color: Grandis. HEX triplet: FD, C8 and 69. RGB value is (253,200,105). Sum of RGB (Red+Green+Blue) = 253+200+105=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 200 (78.52% from 255 or 35.84% from 558); Blue value is 105 (41.41% from 255 or 18.82% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC869 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC869 is #023796. Grayscale: #CDCDCD. Windows color (decimal): -145303 or 6932733. OLE color: 6932733.

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

Color convert

RGB 253 200 105 -
CMYK 0 0.21 0.58 0.01
HSL 38.51º 0.97% 0.7% -
HSV(B) 38.51º 0.58% 0.99% -
XYZ 63.71 63.21 22.21 -
YUV 205.02 71.56 162.22 -
System Red Green Blue C M Y K H S L
Decimal 253 200 105 0 0.21 0.58 0.01 38.51 0.97 0.7
Hex FD C8 69 0 15 3A 1 27 61 46
Octal 375 310 151 0 25 72 1 47 141 106
Binary 11111101 11001000 1101001 0 10101 111010 1 100111 1100001 1000110

Color Harmonies of #FDC869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC869

Black with #FDC869

Text Example


Text Example

White with #FDC869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC869; }

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

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

background-color css

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

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

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

border-color css

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

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

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