Html Css Color HEX #FBA678 Hit Pink

📋 copy color: '#FBA678'

red 251 ◦ green 166 ◦ blue 120

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

Shades of Hit Pink #FBA678

Tints of Hit Pink #FBA678

RGB

 RED value IS 251 (98.44% from 255) = 46.74%

 GREEN value IS 166 (65.23% from 255) = 30.91%

 BLUE value IS 120 (47.27% from 255) = 22.35%

R = 46.74%
G = 30.91%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FBA678 (or 0xFBA678) is known color: Hit Pink. HEX triplet: FB, A6 and 78. RGB value is (251,166,120). Sum of RGB (Red+Green+Blue) = 251+166+120=537 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.74% from 537); Green value is 166 (65.23% from 255 or 30.91% from 537); Blue value is 120 (47.27% from 255 or 22.35% from 537); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA678 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA678 is #045987. Grayscale: #BABABA. Windows color (decimal): -285064 or 7907067. OLE color: 7907067.

HSL color Cylindrical-coordinate representation of color #FBA678: hue angle of 21.07º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FBA678 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 166 120 -
CMYK 0 0.34 0.52 0.02
HSL 21.07º 0.94% 0.73% -
HSV(B) 21.07º 0.52% 0.98% -
XYZ 56.81 49.14 24.26 -
YUV 186.17 90.66 174.24 -
System Red Green Blue C M Y K H S L
Decimal 251 166 120 0 0.34 0.52 0.02 21.07 0.94 0.73
Hex FB A6 78 0 22 34 2 15 5E 49
Octal 373 246 170 0 42 64 2 25 136 111
Binary 11111011 10100110 1111000 0 100010 110100 10 10101 1011110 1001001

Color Harmonies of #FBA678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA678

Black with #FBA678

Text Example


Text Example

White with #FBA678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA678; }

 p { color: rgb(251,166,120); }

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

background-color css

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

 a { background-color: rgb(251,166,120); }

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

border-color css

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

 span { border-color: rgb(251,166,120); }

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