Html Css Color HEX #F7A16B Hit Pink

📋 copy color: '#F7A16B'

red 247 ◦ green 161 ◦ blue 107

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

Shades of Hit Pink #F7A16B

Tints of Hit Pink #F7A16B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.26%

 BLUE value IS 107 (42.19% from 255) = 20.78%

R = 47.96%
G = 31.26%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F7A16B (or 0xF7A16B) is known color: Hit Pink. HEX triplet: F7, A1 and 6B. RGB value is (247,161,107). Sum of RGB (Red+Green+Blue) = 247+161+107=515 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.96% from 515); Green value is 161 (63.28% from 255 or 31.26% from 515); Blue value is 107 (42.19% from 255 or 20.78% from 515); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A16B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A16B is #085E94. Grayscale: #B4B4B4. Windows color (decimal): -548501 or 7053815. OLE color: 7053815.

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

Color convert

RGB 247 161 107 -
CMYK 0 0.35 0.57 0.03
HSL 23.14º 0.9% 0.69% -
HSV(B) 23.14º 0.57% 0.97% -
XYZ 53.76 46.33 20.02 -
YUV 180.56 86.49 175.39 -
System Red Green Blue C M Y K H S L
Decimal 247 161 107 0 0.35 0.57 0.03 23.14 0.9 0.69
Hex F7 A1 6B 0 23 39 3 17 5A 45
Octal 367 241 153 0 43 71 3 27 132 105
Binary 11110111 10100001 1101011 0 100011 111001 11 10111 1011010 1000101

Color Harmonies of #F7A16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A16B

Black with #F7A16B

Text Example


Text Example

White with #F7A16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A16B; }

 p { color: rgb(247,161,107); }

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

background-color css

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

 a { background-color: rgb(247,161,107); }

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

border-color css

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

 span { border-color: rgb(247,161,107); }

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