Html Css Color HEX #FBA375 Hit Pink

📋 copy color: '#FBA375'

red 251 ◦ green 163 ◦ blue 117

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

Shades of Hit Pink #FBA375

Tints of Hit Pink #FBA375

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.7%

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

R = 47.27%
G = 30.7%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FBA375 (or 0xFBA375) is known color: Hit Pink. HEX triplet: FB, A3 and 75. RGB value is (251,163,117). Sum of RGB (Red+Green+Blue) = 251+163+117=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 163 (64.06% from 255 or 30.70% from 531); Blue value is 117 (46.09% from 255 or 22.03% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA375 is #045C8A. Grayscale: #B8B8B8. Windows color (decimal): -285835 or 7709691. OLE color: 7709691.

HSL color Cylindrical-coordinate representation of color #FBA375: hue angle of 20.6º 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 #FBA375 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 163 117 -
CMYK 0 0.35 0.53 0.02
HSL 20.6º 0.94% 0.72% -
HSV(B) 20.6º 0.53% 0.98% -
XYZ 56.09 47.99 23.14 -
YUV 184.07 90.15 175.74 -
System Red Green Blue C M Y K H S L
Decimal 251 163 117 0 0.35 0.53 0.02 20.6 0.94 0.72
Hex FB A3 75 0 23 35 2 15 5E 48
Octal 373 243 165 0 43 65 2 25 136 110
Binary 11111011 10100011 1110101 0 100011 110101 10 10101 1011110 1001000

Color Harmonies of #FBA375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA375

Black with #FBA375

Text Example


Text Example

White with #FBA375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA375; }

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

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

background-color css

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

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

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

border-color css

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

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

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