Html Css Color HEX #FDCB9A Peach-Orange

📋 copy color: '#FDCB9A'

red 253 ◦ green 203 ◦ blue 154

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

Shades of Peach-Orange #FDCB9A

Tints of Peach-Orange #FDCB9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 25.25%

R = 41.48%
G = 33.28%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FDCB9A (or 0xFDCB9A) is known color: Peach-Orange. HEX triplet: FD, CB and 9A. RGB value is (253,203,154). Sum of RGB (Red+Green+Blue) = 253+203+154=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 154 (60.55% from 255 or 25.25% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCB9A is #023465. Grayscale: #D4D4D4. Windows color (decimal): -144486 or 10144765. OLE color: 10144765.

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

Color convert

RGB 253 203 154 -
CMYK 0 0.20 0.39 0.01
HSL 29.7º 0.96% 0.8% -
HSV(B) 29.7º 0.39% 0.99% -
XYZ 67.7 65.93 39.73 -
YUV 212.36 95.07 156.98 -
System Red Green Blue C M Y K H S L
Decimal 253 203 154 0 0.20 0.39 0.01 29.7 0.96 0.8
Hex FD CB 9A 0 14 27 1 1E 60 50
Octal 375 313 232 0 24 47 1 36 140 120
Binary 11111101 11001011 10011010 0 10100 100111 1 11110 1100000 1010000

Color Harmonies of #FDCB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCB9A

Black with #FDCB9A

Text Example


Text Example

White with #FDCB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCB9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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