Html Css Color HEX #FBA575 Hit Pink

📋 copy color: '#FBA575'

red 251 ◦ green 165 ◦ blue 117

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

Shades of Hit Pink #FBA575

Tints of Hit Pink #FBA575

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.96%

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

R = 47.09%
G = 30.96%
B = 21.95%

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

#FBA575 (or 0xFBA575) is known color: Hit Pink. HEX triplet: FB, A5 and 75. RGB value is (251,165,117). Sum of RGB (Red+Green+Blue) = 251+165+117=533 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.09% from 533); Green value is 165 (64.84% from 255 or 30.96% from 533); Blue value is 117 (46.09% from 255 or 21.95% from 533); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA575 is #045A8A. Grayscale: #B9B9B9. Windows color (decimal): -285323 or 7710203. OLE color: 7710203.

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

Color convert

RGB 251 165 117 -
CMYK 0 0.34 0.53 0.02
HSL 21.49º 0.94% 0.72% -
HSV(B) 21.49º 0.53% 0.98% -
XYZ 56.45 48.7 23.26 -
YUV 185.24 89.49 174.9 -
System Red Green Blue C M Y K H S L
Decimal 251 165 117 0 0.34 0.53 0.02 21.49 0.94 0.72
Hex FB A5 75 0 22 35 2 15 5E 48
Octal 373 245 165 0 42 65 2 25 136 110
Binary 11111011 10100101 1110101 0 100010 110101 10 10101 1011110 1001000

Color Harmonies of #FBA575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA575

Black with #FBA575

Text Example


Text Example

White with #FBA575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA575; }

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

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

background-color css

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

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

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

border-color css

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

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

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