Html Css Color HEX #F6CB92 Peach-Orange

📋 copy color: '#F6CB92'

red 246 ◦ green 203 ◦ blue 146

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

Shades of Peach-Orange #F6CB92

Tints of Peach-Orange #F6CB92

RGB

 RED value IS 246 (96.48% from 255) = 41.34%

 GREEN value IS 203 (79.69% from 255) = 34.12%

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

R = 41.34%
G = 34.12%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F6CB92 (or 0xF6CB92) is known color: Peach-Orange. HEX triplet: F6, CB and 92. RGB value is (246,203,146). Sum of RGB (Red+Green+Blue) = 246+203+146=595 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.34% from 595); Green value is 203 (79.69% from 255 or 34.12% from 595); Blue value is 146 (57.42% from 255 or 24.54% from 595); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CB92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CB92 is #09346D. Grayscale: #D1D1D1. Windows color (decimal): -603246 or 9620470. OLE color: 9620470.

HSL color Cylindrical-coordinate representation of color #F6CB92: hue angle of 34.2º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F6CB92 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 203 146 -
CMYK 0 0.17 0.41 0.04
HSL 34.2º 0.85% 0.77% -
HSV(B) 34.2º 0.41% 0.96% -
XYZ 64.55 64.38 36.22 -
YUV 209.36 92.25 154.13 -
System Red Green Blue C M Y K H S L
Decimal 246 203 146 0 0.17 0.41 0.04 34.2 0.85 0.77
Hex F6 CB 92 0 11 29 4 22 55 4D
Octal 366 313 222 0 21 51 4 42 125 115
Binary 11110110 11001011 10010010 0 10001 101001 100 100010 1010101 1001101

Color Harmonies of #F6CB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CB92

Black with #F6CB92

Text Example


Text Example

White with #F6CB92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CB92; }

 p { color: rgb(246,203,146); }

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

background-color css

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

 a { background-color: rgb(246,203,146); }

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

border-color css

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

 span { border-color: rgb(246,203,146); }

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