Html Css Color HEX #FDCB8F Peach-Orange

📋 copy color: '#FDCB8F'

red 253 ◦ green 203 ◦ blue 143

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

Shades of Peach-Orange #FDCB8F

Tints of Peach-Orange #FDCB8F

RGB

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

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

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

R = 42.24%
G = 33.89%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FDCB8F (or 0xFDCB8F) is known color: Peach-Orange. HEX triplet: FD, CB and 8F. RGB value is (253,203,143). Sum of RGB (Red+Green+Blue) = 253+203+143=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 143 (56.25% from 255 or 23.87% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCB8F is #023470. Grayscale: #D3D3D3. Windows color (decimal): -144497 or 9423869. OLE color: 9423869.

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

Color convert

RGB 253 203 143 -
CMYK 0 0.20 0.43 0.01
HSL 32.73º 0.96% 0.78% -
HSV(B) 32.73º 0.43% 0.99% -
XYZ 66.82 65.58 35.12 -
YUV 211.11 89.57 157.88 -
System Red Green Blue C M Y K H S L
Decimal 253 203 143 0 0.20 0.43 0.01 32.73 0.96 0.78
Hex FD CB 8F 0 14 2B 1 21 60 4E
Octal 375 313 217 0 24 53 1 41 140 116
Binary 11111101 11001011 10001111 0 10100 101011 1 100001 1100000 1001110

Color Harmonies of #FDCB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCB8F

Black with #FDCB8F

Text Example


Text Example

White with #FDCB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCB8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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