Html Css Color HEX #FDC98B Peach-Orange

📋 copy color: '#FDC98B'

red 253 ◦ green 201 ◦ blue 139

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

Shades of Peach-Orange #FDC98B

Tints of Peach-Orange #FDC98B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.9%

 BLUE value IS 139 (54.69% from 255) = 23.44%

R = 42.66%
G = 33.9%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FDC98B (or 0xFDC98B) is known color: Peach-Orange. HEX triplet: FD, C9 and 8B. RGB value is (253,201,139). Sum of RGB (Red+Green+Blue) = 253+201+139=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 201 (78.91% from 255 or 33.90% from 593); Blue value is 139 (54.69% from 255 or 23.44% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC98B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC98B is #023674. Grayscale: #D1D1D1. Windows color (decimal): -145013 or 9161213. OLE color: 9161213.

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

Color convert

RGB 253 201 139 -
CMYK 0 0.21 0.45 0.01
HSL 32.63º 0.97% 0.77% -
HSV(B) 32.63º 0.45% 0.99% -
XYZ 66.05 64.52 33.4 -
YUV 209.48 88.23 159.04 -
System Red Green Blue C M Y K H S L
Decimal 253 201 139 0 0.21 0.45 0.01 32.63 0.97 0.77
Hex FD C9 8B 0 15 2D 1 21 61 4D
Octal 375 311 213 0 25 55 1 41 141 115
Binary 11111101 11001001 10001011 0 10101 101101 1 100001 1100001 1001101

Color Harmonies of #FDC98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC98B

Black with #FDC98B

Text Example


Text Example

White with #FDC98B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC98B; }

 p { color: rgb(253,201,139); }

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

background-color css

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

 a { background-color: rgb(253,201,139); }

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

border-color css

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

 span { border-color: rgb(253,201,139); }

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