Html Css Color HEX #FBA76F Hit Pink

📋 copy color: '#FBA76F'

red 251 ◦ green 167 ◦ blue 111

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

Shades of Hit Pink #FBA76F

Tints of Hit Pink #FBA76F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.57%

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

R = 47.45%
G = 31.57%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FBA76F (or 0xFBA76F) is known color: Hit Pink. HEX triplet: FB, A7 and 6F. RGB value is (251,167,111). Sum of RGB (Red+Green+Blue) = 251+167+111=529 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.45% from 529); Green value is 167 (65.62% from 255 or 31.57% from 529); Blue value is 111 (43.75% from 255 or 20.98% from 529); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA76F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA76F is #045890. Grayscale: #BABABA. Windows color (decimal): -284817 or 7317499. OLE color: 7317499.

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

Color convert

RGB 251 167 111 -
CMYK 0 0.33 0.56 0.02
HSL 24º 0.95% 0.71% -
HSV(B) 24º 0.56% 0.98% -
XYZ 56.47 49.29 21.58 -
YUV 185.73 85.83 174.55 -
System Red Green Blue C M Y K H S L
Decimal 251 167 111 0 0.33 0.56 0.02 24 0.95 0.71
Hex FB A7 6F 0 21 38 2 18 5F 47
Octal 373 247 157 0 41 70 2 30 137 107
Binary 11111011 10100111 1101111 0 100001 111000 10 11000 1011111 1000111

Color Harmonies of #FBA76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA76F

Black with #FBA76F

Text Example


Text Example

White with #FBA76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA76F; }

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

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

background-color css

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

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

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

border-color css

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

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

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