Html Css Color HEX #FDC38C Peach-Orange

📋 copy color: '#FDC38C'

red 253 ◦ green 195 ◦ blue 140

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

Shades of Peach-Orange #FDC38C

Tints of Peach-Orange #FDC38C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.16%

 BLUE value IS 140 (55.08% from 255) = 23.81%

R = 43.03%
G = 33.16%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FDC38C (or 0xFDC38C) is known color: Peach-Orange. HEX triplet: FD, C3 and 8C. RGB value is (253,195,140). Sum of RGB (Red+Green+Blue) = 253+195+140=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 195 (76.56% from 255 or 33.16% from 588); Blue value is 140 (55.08% from 255 or 23.81% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC38C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC38C is #023C73. Grayscale: #CECECE. Windows color (decimal): -146548 or 9225213. OLE color: 9225213.

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

Color convert

RGB 253 195 140 -
CMYK 0 0.23 0.45 0.01
HSL 29.2º 0.97% 0.77% -
HSV(B) 29.2º 0.45% 0.99% -
XYZ 64.76 61.81 33.33 -
YUV 206.07 90.72 161.47 -
System Red Green Blue C M Y K H S L
Decimal 253 195 140 0 0.23 0.45 0.01 29.2 0.97 0.77
Hex FD C3 8C 0 17 2D 1 1D 61 4D
Octal 375 303 214 0 27 55 1 35 141 115
Binary 11111101 11000011 10001100 0 10111 101101 1 11101 1100001 1001101

Color Harmonies of #FDC38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC38C

Black with #FDC38C

Text Example


Text Example

White with #FDC38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC38C; }

 p { color: rgb(253,195,140); }

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

background-color css

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

 a { background-color: rgb(253,195,140); }

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

border-color css

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

 span { border-color: rgb(253,195,140); }

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