Html Css Color HEX #FCC492 Peach-Orange

📋 copy color: '#FCC492'

red 252 ◦ green 196 ◦ blue 146

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

Shades of Peach-Orange #FCC492

Tints of Peach-Orange #FCC492

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33%

 BLUE value IS 146 (57.42% from 255) = 24.58%

R = 42.42%
G = 33%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FCC492 (or 0xFCC492) is known color: Peach-Orange. HEX triplet: FC, C4 and 92. RGB value is (252,196,146). Sum of RGB (Red+Green+Blue) = 252+196+146=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 196 (76.95% from 255 or 33.00% from 594); Blue value is 146 (57.42% from 255 or 24.58% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC492 is #033B6D. Grayscale: #CFCFCF. Windows color (decimal): -211822 or 9618684. OLE color: 9618684.

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

Color convert

RGB 252 196 146 -
CMYK 0 0.22 0.42 0.01
HSL 28.3º 0.95% 0.78% -
HSV(B) 28.3º 0.42% 0.99% -
XYZ 65.07 62.25 35.78 -
YUV 207.04 93.55 160.07 -
System Red Green Blue C M Y K H S L
Decimal 252 196 146 0 0.22 0.42 0.01 28.3 0.95 0.78
Hex FC C4 92 0 16 2A 1 1C 5F 4E
Octal 374 304 222 0 26 52 1 34 137 116
Binary 11111100 11000100 10010010 0 10110 101010 1 11100 1011111 1001110

Color Harmonies of #FCC492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC492

Black with #FCC492

Text Example


Text Example

White with #FCC492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC492; }

 p { color: rgb(252,196,146); }

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

background-color css

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

 a { background-color: rgb(252,196,146); }

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

border-color css

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

 span { border-color: rgb(252,196,146); }

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