Html Css Color HEX #FDC690 Peach-Orange

📋 copy color: '#FDC690'

red 253 ◦ green 198 ◦ blue 144

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

Shades of Peach-Orange #FDC690

Tints of Peach-Orange #FDC690

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.28%

 BLUE value IS 144 (56.64% from 255) = 24.2%

R = 42.52%
G = 33.28%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FDC690 (or 0xFDC690) is known color: Peach-Orange. HEX triplet: FD, C6 and 90. RGB value is (253,198,144). Sum of RGB (Red+Green+Blue) = 253+198+144=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 198 (77.73% from 255 or 33.28% from 595); Blue value is 144 (56.64% from 255 or 24.20% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC690 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC690 is #02396F. Grayscale: #D0D0D0. Windows color (decimal): -145776 or 9488125. OLE color: 9488125.

HSL color Cylindrical-coordinate representation of color #FDC690: hue angle of 29.72º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDC690 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 198 144 -
CMYK 0 0.22 0.43 0.01
HSL 29.72º 0.96% 0.78% -
HSV(B) 29.72º 0.43% 0.99% -
XYZ 65.74 63.28 35.14 -
YUV 208.29 91.72 159.89 -
System Red Green Blue C M Y K H S L
Decimal 253 198 144 0 0.22 0.43 0.01 29.72 0.96 0.78
Hex FD C6 90 0 16 2B 1 1E 60 4E
Octal 375 306 220 0 26 53 1 36 140 116
Binary 11111101 11000110 10010000 0 10110 101011 1 11110 1100000 1001110

Color Harmonies of #FDC690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC690

Black with #FDC690

Text Example


Text Example

White with #FDC690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC690; }

 p { color: rgb(253,198,144); }

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

background-color css

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

 a { background-color: rgb(253,198,144); }

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

border-color css

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

 span { border-color: rgb(253,198,144); }

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