Html Css Color HEX #FCC290 Peach-Orange

📋 copy color: '#FCC290'

red 252 ◦ green 194 ◦ blue 144

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

Shades of Peach-Orange #FCC290

Tints of Peach-Orange #FCC290

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.88%

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

R = 42.71%
G = 32.88%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FCC290 (or 0xFCC290) is known color: Peach-Orange. HEX triplet: FC, C2 and 90. RGB value is (252,194,144). Sum of RGB (Red+Green+Blue) = 252+194+144=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 194 (76.17% from 255 or 32.88% from 590); Blue value is 144 (56.64% from 255 or 24.41% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC290 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC290 is #033D6F. Grayscale: #CDCDCD. Windows color (decimal): -212336 or 9487100. OLE color: 9487100.

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

Color convert

RGB 252 194 144 -
CMYK 0 0.23 0.43 0.01
HSL 27.78º 0.95% 0.78% -
HSV(B) 27.78º 0.43% 0.99% -
XYZ 64.47 61.29 34.82 -
YUV 205.64 93.22 161.07 -
System Red Green Blue C M Y K H S L
Decimal 252 194 144 0 0.23 0.43 0.01 27.78 0.95 0.78
Hex FC C2 90 0 17 2B 1 1C 5F 4E
Octal 374 302 220 0 27 53 1 34 137 116
Binary 11111100 11000010 10010000 0 10111 101011 1 11100 1011111 1001110

Color Harmonies of #FCC290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC290

Black with #FCC290

Text Example


Text Example

White with #FCC290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC290; }

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

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

background-color css

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

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

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

border-color css

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

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

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