Html Css Color HEX #FCC690 Peach-Orange

📋 copy color: '#FCC690'

red 252 ◦ green 198 ◦ blue 144

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

Shades of Peach-Orange #FCC690

Tints of Peach-Orange #FCC690

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.33%

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

R = 42.42%
G = 33.33%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FCC690 (or 0xFCC690) is known color: Peach-Orange. HEX triplet: FC, C6 and 90. RGB value is (252,198,144). Sum of RGB (Red+Green+Blue) = 252+198+144=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 198 (77.73% from 255 or 33.33% from 594); Blue value is 144 (56.64% from 255 or 24.24% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC690 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC690 is #03396F. Grayscale: #D0D0D0. Windows color (decimal): -211312 or 9488124. OLE color: 9488124.

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

Color convert

RGB 252 198 144 -
CMYK 0 0.21 0.43 0.01
HSL 30º 0.95% 0.78% -
HSV(B) 30º 0.43% 0.99% -
XYZ 65.37 63.1 35.12 -
YUV 207.99 91.89 159.39 -
System Red Green Blue C M Y K H S L
Decimal 252 198 144 0 0.21 0.43 0.01 30 0.95 0.78
Hex FC C6 90 0 15 2B 1 1E 5F 4E
Octal 374 306 220 0 25 53 1 36 137 116
Binary 11111100 11000110 10010000 0 10101 101011 1 11110 1011111 1001110

Color Harmonies of #FCC690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC690

Black with #FCC690

Text Example


Text Example

White with #FCC690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC690; }

 p { color: rgb(252,198,144); }

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

background-color css

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

 a { background-color: rgb(252,198,144); }

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

border-color css

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

 span { border-color: rgb(252,198,144); }

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