Html Css Color HEX #FDC38A Peach-Orange

📋 copy color: '#FDC38A'

red 253 ◦ green 195 ◦ blue 138

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

Shades of Peach-Orange #FDC38A

Tints of Peach-Orange #FDC38A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 23.55%

R = 43.17%
G = 33.28%
B = 23.55%

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

#FDC38A (or 0xFDC38A) is known color: Peach-Orange. HEX triplet: FD, C3 and 8A. RGB value is (253,195,138). Sum of RGB (Red+Green+Blue) = 253+195+138=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 195 (76.56% from 255 or 33.28% from 586); Blue value is 138 (54.30% from 255 or 23.55% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC38A is #023C75. Grayscale: #CECECE. Windows color (decimal): -146550 or 9094141. OLE color: 9094141.

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

Color convert

RGB 253 195 138 -
CMYK 0 0.23 0.45 0.01
HSL 29.74º 0.97% 0.77% -
HSV(B) 29.74º 0.45% 0.99% -
XYZ 64.61 61.75 32.56 -
YUV 205.84 89.72 161.63 -
System Red Green Blue C M Y K H S L
Decimal 253 195 138 0 0.23 0.45 0.01 29.74 0.97 0.77
Hex FD C3 8A 0 17 2D 1 1E 61 4D
Octal 375 303 212 0 27 55 1 36 141 115
Binary 11111101 11000011 10001010 0 10111 101101 1 11110 1100001 1001101

Color Harmonies of #FDC38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC38A

Black with #FDC38A

Text Example


Text Example

White with #FDC38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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