Html Css Color HEX #F7A76C Hit Pink

📋 copy color: '#F7A76C'

red 247 ◦ green 167 ◦ blue 108

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

Shades of Hit Pink #F7A76C

Tints of Hit Pink #F7A76C

RGB

 RED value IS 247 (96.88% from 255) = 47.32%

 GREEN value IS 167 (65.63% from 255) = 31.99%

 BLUE value IS 108 (42.58% from 255) = 20.69%

R = 47.32%
G = 31.99%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F7A76C (or 0xF7A76C) is known color: Hit Pink. HEX triplet: F7, A7 and 6C. RGB value is (247,167,108). Sum of RGB (Red+Green+Blue) = 247+167+108=522 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.32% from 522); Green value is 167 (65.62% from 255 or 31.99% from 522); Blue value is 108 (42.58% from 255 or 20.69% from 522); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A76C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A76C is #085893. Grayscale: #B8B8B8. Windows color (decimal): -546964 or 7120887. OLE color: 7120887.

HSL color Cylindrical-coordinate representation of color #F7A76C: hue angle of 25.47º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F7A76C is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 167 108 -
CMYK 0 0.32 0.56 0.03
HSL 25.47º 0.9% 0.7% -
HSV(B) 25.47º 0.56% 0.97% -
XYZ 54.88 48.49 20.66 -
YUV 184.19 85 172.8 -
System Red Green Blue C M Y K H S L
Decimal 247 167 108 0 0.32 0.56 0.03 25.47 0.9 0.7
Hex F7 A7 6C 0 20 38 3 19 5A 46
Octal 367 247 154 0 40 70 3 31 132 106
Binary 11110111 10100111 1101100 0 100000 111000 11 11001 1011010 1000110

Color Harmonies of #F7A76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A76C

Black with #F7A76C

Text Example


Text Example

White with #F7A76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A76C; }

 p { color: rgb(247,167,108); }

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

background-color css

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

 a { background-color: rgb(247,167,108); }

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

border-color css

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

 span { border-color: rgb(247,167,108); }

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