Html Css Color HEX #FDCB90 Peach-Orange

📋 copy color: '#FDCB90'

red 253 ◦ green 203 ◦ blue 144

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

Shades of Peach-Orange #FDCB90

Tints of Peach-Orange #FDCB90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24%

R = 42.17%
G = 33.83%
B = 24%

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

#FDCB90 (or 0xFDCB90) is known color: Peach-Orange. HEX triplet: FD, CB and 90. RGB value is (253,203,144). Sum of RGB (Red+Green+Blue) = 253+203+144=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 144 (56.64% from 255 or 24% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCB90 is #02346F. Grayscale: #D3D3D3. Windows color (decimal): -144496 or 9489405. OLE color: 9489405.

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

Color convert

RGB 253 203 144 -
CMYK 0 0.20 0.43 0.01
HSL 32.48º 0.96% 0.78% -
HSV(B) 32.48º 0.43% 0.99% -
XYZ 66.9 65.61 35.52 -
YUV 211.22 90.07 157.8 -
System Red Green Blue C M Y K H S L
Decimal 253 203 144 0 0.20 0.43 0.01 32.48 0.96 0.78
Hex FD CB 90 0 14 2B 1 20 60 4E
Octal 375 313 220 0 24 53 1 40 140 116
Binary 11111101 11001011 10010000 0 10100 101011 1 100000 1100000 1001110

Color Harmonies of #FDCB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCB90

Black with #FDCB90

Text Example


Text Example

White with #FDCB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCB90; }

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

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

background-color css

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

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

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

border-color css

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

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

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