Html Css Color HEX #F6CC9A Peach-Orange

📋 copy color: '#F6CC9A'

red 246 ◦ green 204 ◦ blue 154

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

Shades of Peach-Orange #F6CC9A

Tints of Peach-Orange #F6CC9A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.77%

 BLUE value IS 154 (60.55% from 255) = 25.5%

R = 40.73%
G = 33.77%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F6CC9A (or 0xF6CC9A) is known color: Peach-Orange. HEX triplet: F6, CC and 9A. RGB value is (246,204,154). Sum of RGB (Red+Green+Blue) = 246+204+154=604 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.73% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 154 (60.55% from 255 or 25.50% from 604); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CC9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CC9A is #093365. Grayscale: #D3D3D3. Windows color (decimal): -602982 or 10145014. OLE color: 10145014.

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

Color convert

RGB 246 204 154 -
CMYK 0 0.17 0.37 0.04
HSL 32.61º 0.84% 0.78% -
HSV(B) 32.61º 0.37% 0.96% -
XYZ 65.43 65.11 39.69 -
YUV 210.86 95.91 153.07 -
System Red Green Blue C M Y K H S L
Decimal 246 204 154 0 0.17 0.37 0.04 32.61 0.84 0.78
Hex F6 CC 9A 0 11 25 4 21 54 4E
Octal 366 314 232 0 21 45 4 41 124 116
Binary 11110110 11001100 10011010 0 10001 100101 100 100001 1010100 1001110

Color Harmonies of #F6CC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CC9A

Black with #F6CC9A

Text Example


Text Example

White with #F6CC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CC9A; }

 p { color: rgb(246,204,154); }

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

background-color css

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

 a { background-color: rgb(246,204,154); }

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

border-color css

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

 span { border-color: rgb(246,204,154); }

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