Html Css Color HEX #FDC28F Peach-Orange

📋 copy color: '#FDC28F'

red 253 ◦ green 194 ◦ blue 143

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

Shades of Peach-Orange #FDC28F

Tints of Peach-Orange #FDC28F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.88%

 BLUE value IS 143 (56.25% from 255) = 24.24%

R = 42.88%
G = 32.88%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FDC28F (or 0xFDC28F) is known color: Peach-Orange. HEX triplet: FD, C2 and 8F. RGB value is (253,194,143). Sum of RGB (Red+Green+Blue) = 253+194+143=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 194 (76.17% from 255 or 32.88% from 590); Blue value is 143 (56.25% from 255 or 24.24% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC28F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC28F is #023D70. Grayscale: #CECECE. Windows color (decimal): -146801 or 9421565. OLE color: 9421565.

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

Color convert

RGB 253 194 143 -
CMYK 0 0.23 0.43 0.01
HSL 27.82º 0.96% 0.78% -
HSV(B) 27.82º 0.43% 0.99% -
XYZ 64.76 61.45 34.43 -
YUV 205.83 92.55 161.65 -
System Red Green Blue C M Y K H S L
Decimal 253 194 143 0 0.23 0.43 0.01 27.82 0.96 0.78
Hex FD C2 8F 0 17 2B 1 1C 60 4E
Octal 375 302 217 0 27 53 1 34 140 116
Binary 11111101 11000010 10001111 0 10111 101011 1 11100 1100000 1001110

Color Harmonies of #FDC28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC28F

Black with #FDC28F

Text Example


Text Example

White with #FDC28F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC28F; }

 p { color: rgb(253,194,143); }

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

background-color css

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

 a { background-color: rgb(253,194,143); }

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

border-color css

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

 span { border-color: rgb(253,194,143); }

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