Html Css Color HEX #FCCD94 Peach-Orange

📋 copy color: '#FCCD94'

red 252 ◦ green 205 ◦ blue 148

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

Shades of Peach-Orange #FCCD94

Tints of Peach-Orange #FCCD94

RGB

 RED value IS 252 (98.83% from 255) = 41.65%

 GREEN value IS 205 (80.47% from 255) = 33.88%

 BLUE value IS 148 (58.2% from 255) = 24.46%

R = 41.65%
G = 33.88%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FCCD94 (or 0xFCCD94) is known color: Peach-Orange. HEX triplet: FC, CD and 94. RGB value is (252,205,148). Sum of RGB (Red+Green+Blue) = 252+205+148=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 148 (58.20% from 255 or 24.46% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCD94 is #03326B. Grayscale: #D4D4D4. Windows color (decimal): -209516 or 9752060. OLE color: 9752060.

HSL color Cylindrical-coordinate representation of color #FCCD94: hue angle of 32.88º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FCCD94 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 205 148 -
CMYK 0 0.19 0.41 0.01
HSL 32.88º 0.95% 0.78% -
HSV(B) 32.88º 0.41% 0.99% -
XYZ 67.32 66.5 37.3 -
YUV 212.56 91.57 156.13 -
System Red Green Blue C M Y K H S L
Decimal 252 205 148 0 0.19 0.41 0.01 32.88 0.95 0.78
Hex FC CD 94 0 13 29 1 21 5F 4E
Octal 374 315 224 0 23 51 1 41 137 116
Binary 11111100 11001101 10010100 0 10011 101001 1 100001 1011111 1001110

Color Harmonies of #FCCD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCD94

Black with #FCCD94

Text Example


Text Example

White with #FCCD94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCD94; }

 p { color: rgb(252,205,148); }

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

background-color css

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

 a { background-color: rgb(252,205,148); }

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

border-color css

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

 span { border-color: rgb(252,205,148); }

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