Html Css Color HEX #FDCC90 Peach-Orange

📋 copy color: '#FDCC90'

red 253 ◦ green 204 ◦ blue 144

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

Shades of Peach-Orange #FDCC90

Tints of Peach-Orange #FDCC90

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.94%

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

R = 42.1%
G = 33.94%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FDCC90 (or 0xFDCC90) is known color: Peach-Orange. HEX triplet: FD, CC and 90. RGB value is (253,204,144). Sum of RGB (Red+Green+Blue) = 253+204+144=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 144 (56.64% from 255 or 23.96% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCC90 is #02336F. Grayscale: #D4D4D4. Windows color (decimal): -144240 or 9489661. OLE color: 9489661.

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

Color convert

RGB 253 204 144 -
CMYK 0 0.19 0.43 0.01
HSL 33.03º 0.96% 0.78% -
HSV(B) 33.03º 0.43% 0.99% -
XYZ 67.13 66.08 35.6 -
YUV 211.81 89.73 157.38 -
System Red Green Blue C M Y K H S L
Decimal 253 204 144 0 0.19 0.43 0.01 33.03 0.96 0.78
Hex FD CC 90 0 13 2B 1 21 60 4E
Octal 375 314 220 0 23 53 1 41 140 116
Binary 11111101 11001100 10010000 0 10011 101011 1 100001 1100000 1001110

Color Harmonies of #FDCC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCC90

Black with #FDCC90

Text Example


Text Example

White with #FDCC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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