Html Css Color HEX #FFC492 Peach-Orange

📋 copy color: '#FFC492'

red 255 ◦ green 196 ◦ blue 146

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

Shades of Peach-Orange #FFC492

Tints of Peach-Orange #FFC492

RGB

 RED value IS 255 (100% from 255) = 42.71%

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

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

R = 42.71%
G = 32.83%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0

RGB Variations

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

Color information

#FFC492 (or 0xFFC492) is known color: Peach-Orange. HEX triplet: FF, C4 and 92. RGB value is (255,196,146). Sum of RGB (Red+Green+Blue) = 255+196+146=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 196 (76.95% from 255 or 32.83% from 597); Blue value is 146 (57.42% from 255 or 24.46% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC492 is #003B6D. Grayscale: #D0D0D0. Windows color (decimal): -15214 or 9618687. OLE color: 9618687.

HSL color Cylindrical-coordinate representation of color #FFC492: hue angle of 27.52º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FFC492 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.

Color convert

RGB 255 196 146 -
CMYK 0 0.23 0.43 0
HSL 27.52º 1% 0.79% -
HSV(B) 27.52º 0.43% 1% -
XYZ 66.17 62.82 35.83 -
YUV 207.94 93.05 161.57 -
System Red Green Blue C M Y K H S L
Decimal 255 196 146 0 0.23 0.43 0 27.52 1 0.79
Hex FF C4 92 0 17 2B 0 1C 64 4F
Octal 377 304 222 0 27 53 0 34 144 117
Binary 11111111 11000100 10010010 0 10111 101011 0 11100 1100100 1001111

Color Harmonies of #FFC492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC492

Black with #FFC492

Text Example


Text Example

White with #FFC492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC492; }

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

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

background-color css

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

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

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

border-color css

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

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

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