Html Css Color HEX #F6CC90 Peach-Orange

📋 copy color: '#F6CC90'

red 246 ◦ green 204 ◦ blue 144

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

Shades of Peach-Orange #F6CC90

Tints of Peach-Orange #F6CC90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.24%

R = 41.41%
G = 34.34%
B = 24.24%

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

#F6CC90 (or 0xF6CC90) is known color: Peach-Orange. HEX triplet: F6, CC and 90. RGB value is (246,204,144). Sum of RGB (Red+Green+Blue) = 246+204+144=594 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.41% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 144 (56.64% from 255 or 24.24% from 594); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CC90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CC90 is #09336F. Grayscale: #D2D2D2. Windows color (decimal): -602992 or 9489654. OLE color: 9489654.

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

Color convert

RGB 246 204 144 -
CMYK 0 0.17 0.41 0.04
HSL 35.29º 0.85% 0.76% -
HSV(B) 35.29º 0.41% 0.96% -
XYZ 64.63 64.79 35.49 -
YUV 209.72 90.91 153.88 -
System Red Green Blue C M Y K H S L
Decimal 246 204 144 0 0.17 0.41 0.04 35.29 0.85 0.76
Hex F6 CC 90 0 11 29 4 23 55 4C
Octal 366 314 220 0 21 51 4 43 125 114
Binary 11110110 11001100 10010000 0 10001 101001 100 100011 1010101 1001100

Color Harmonies of #F6CC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CC90

Black with #F6CC90

Text Example


Text Example

White with #F6CC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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