Html Css Color HEX #FDCB99 Peach-Orange

📋 copy color: '#FDCB99'

red 253 ◦ green 203 ◦ blue 153

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

Shades of Peach-Orange #FDCB99

Tints of Peach-Orange #FDCB99

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.33%

 BLUE value IS 153 (60.16% from 255) = 25.12%

R = 41.54%
G = 33.33%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FDCB99 (or 0xFDCB99) is known color: Peach-Orange. HEX triplet: FD, CB and 99. RGB value is (253,203,153). Sum of RGB (Red+Green+Blue) = 253+203+153=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 153 (60.16% from 255 or 25.12% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCB99 is #023466. Grayscale: #D4D4D4. Windows color (decimal): -144487 or 10079229. OLE color: 10079229.

HSL color Cylindrical-coordinate representation of color #FDCB99: hue angle of 30º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDCB99 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 203 153 -
CMYK 0 0.20 0.40 0.01
HSL 30º 0.96% 0.8% -
HSV(B) 30º 0.4% 0.99% -
XYZ 67.61 65.89 39.29 -
YUV 212.25 94.57 157.07 -
System Red Green Blue C M Y K H S L
Decimal 253 203 153 0 0.20 0.40 0.01 30 0.96 0.8
Hex FD CB 99 0 14 28 1 1E 60 50
Octal 375 313 231 0 24 50 1 36 140 120
Binary 11111101 11001011 10011001 0 10100 101000 1 11110 1100000 1010000

Color Harmonies of #FDCB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCB99

Black with #FDCB99

Text Example


Text Example

White with #FDCB99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCB99; }

 p { color: rgb(253,203,153); }

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

background-color css

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

 a { background-color: rgb(253,203,153); }

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

border-color css

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

 span { border-color: rgb(253,203,153); }

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