Html Css Color HEX #FBA56F Hit Pink

📋 copy color: '#FBA56F'

red 251 ◦ green 165 ◦ blue 111

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

Shades of Hit Pink #FBA56F

Tints of Hit Pink #FBA56F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.06%

R = 47.63%
G = 31.31%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FBA56F (or 0xFBA56F) is known color: Hit Pink. HEX triplet: FB, A5 and 6F. RGB value is (251,165,111). Sum of RGB (Red+Green+Blue) = 251+165+111=527 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.63% from 527); Green value is 165 (64.84% from 255 or 31.31% from 527); Blue value is 111 (43.75% from 255 or 21.06% from 527); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA56F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA56F is #045A90. Grayscale: #B8B8B8. Windows color (decimal): -285329 or 7316987. OLE color: 7316987.

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

Color convert

RGB 251 165 111 -
CMYK 0 0.34 0.56 0.02
HSL 23.14º 0.95% 0.71% -
HSV(B) 23.14º 0.56% 0.98% -
XYZ 56.11 48.57 21.46 -
YUV 184.56 86.49 175.39 -
System Red Green Blue C M Y K H S L
Decimal 251 165 111 0 0.34 0.56 0.02 23.14 0.95 0.71
Hex FB A5 6F 0 22 38 2 17 5F 47
Octal 373 245 157 0 42 70 2 27 137 107
Binary 11111011 10100101 1101111 0 100010 111000 10 10111 1011111 1000111

Color Harmonies of #FBA56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA56F

Black with #FBA56F

Text Example


Text Example

White with #FBA56F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA56F; }

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

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

background-color css

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

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

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

border-color css

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

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

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