Html Css Color HEX #FDC38D Peach-Orange

📋 copy color: '#FDC38D'

red 253 ◦ green 195 ◦ blue 141

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

Shades of Peach-Orange #FDC38D

Tints of Peach-Orange #FDC38D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.94%

R = 42.95%
G = 33.11%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FDC38D (or 0xFDC38D) is known color: Peach-Orange. HEX triplet: FD, C3 and 8D. RGB value is (253,195,141). Sum of RGB (Red+Green+Blue) = 253+195+141=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 195 (76.56% from 255 or 33.11% from 589); Blue value is 141 (55.47% from 255 or 23.94% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC38D is #023C72. Grayscale: #CECECE. Windows color (decimal): -146547 or 9290749. OLE color: 9290749.

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

Color convert

RGB 253 195 141 -
CMYK 0 0.23 0.44 0.01
HSL 28.93º 0.97% 0.77% -
HSV(B) 28.93º 0.44% 0.99% -
XYZ 64.83 61.84 33.72 -
YUV 206.19 91.22 161.39 -
System Red Green Blue C M Y K H S L
Decimal 253 195 141 0 0.23 0.44 0.01 28.93 0.97 0.77
Hex FD C3 8D 0 17 2C 1 1D 61 4D
Octal 375 303 215 0 27 54 1 35 141 115
Binary 11111101 11000011 10001101 0 10111 101100 1 11101 1100001 1001101

Color Harmonies of #FDC38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC38D

Black with #FDC38D

Text Example


Text Example

White with #FDC38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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