Html Css Color HEX #FFC992 Peach-Orange

📋 copy color: '#FFC992'

red 255 ◦ green 201 ◦ blue 146

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

Shades of Peach-Orange #FFC992

Tints of Peach-Orange #FFC992

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.39%

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

R = 42.36%
G = 33.39%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0

RGB Variations

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

Color information

#FFC992 (or 0xFFC992) is known color: Peach-Orange. HEX triplet: FF, C9 and 92. RGB value is (255,201,146). Sum of RGB (Red+Green+Blue) = 255+201+146=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 201 (78.91% from 255 or 33.39% from 602); Blue value is 146 (57.42% from 255 or 24.25% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC992 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC992 is #00366D. Grayscale: #D3D3D3. Windows color (decimal): -13934 or 9619967. OLE color: 9619967.

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

Color convert

RGB 255 201 146 -
CMYK 0 0.21 0.43 0
HSL 30.28º 1% 0.79% -
HSV(B) 30.28º 0.43% 1% -
XYZ 67.31 65.11 36.21 -
YUV 210.88 91.39 159.47 -
System Red Green Blue C M Y K H S L
Decimal 255 201 146 0 0.21 0.43 0 30.28 1 0.79
Hex FF C9 92 0 15 2B 0 1E 64 4F
Octal 377 311 222 0 25 53 0 36 144 117
Binary 11111111 11001001 10010010 0 10101 101011 0 11110 1100100 1001111

Color Harmonies of #FFC992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC992

Black with #FFC992

Text Example


Text Example

White with #FFC992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC992; }

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

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

background-color css

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

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

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

border-color css

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

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

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