Html Css Color HEX #FBA675 Hit Pink

📋 copy color: '#FBA675'

red 251 ◦ green 166 ◦ blue 117

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

Shades of Hit Pink #FBA675

Tints of Hit Pink #FBA675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.91%

R = 47%
G = 31.09%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FBA675 (or 0xFBA675) is known color: Hit Pink. HEX triplet: FB, A6 and 75. RGB value is (251,166,117). Sum of RGB (Red+Green+Blue) = 251+166+117=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 166 (65.23% from 255 or 31.09% from 534); Blue value is 117 (46.09% from 255 or 21.91% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA675 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA675 is #04598A. Grayscale: #BABABA. Windows color (decimal): -285067 or 7710459. OLE color: 7710459.

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

Color convert

RGB 251 166 117 -
CMYK 0 0.34 0.53 0.02
HSL 21.94º 0.94% 0.72% -
HSV(B) 21.94º 0.53% 0.98% -
XYZ 56.63 49.07 23.32 -
YUV 185.83 89.16 174.48 -
System Red Green Blue C M Y K H S L
Decimal 251 166 117 0 0.34 0.53 0.02 21.94 0.94 0.72
Hex FB A6 75 0 22 35 2 16 5E 48
Octal 373 246 165 0 42 65 2 26 136 110
Binary 11111011 10100110 1110101 0 100010 110101 10 10110 1011110 1001000

Color Harmonies of #FBA675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA675

Black with #FBA675

Text Example


Text Example

White with #FBA675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA675; }

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

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

background-color css

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

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

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

border-color css

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

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

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