Html Css Color HEX #FBA467 Hit Pink

📋 copy color: '#FBA467'

red 251 ◦ green 164 ◦ blue 103

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

Shades of Hit Pink #FBA467

Tints of Hit Pink #FBA467

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.66%

 BLUE value IS 103 (40.63% from 255) = 19.88%

R = 48.46%
G = 31.66%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FBA467 (or 0xFBA467) is known color: Hit Pink. HEX triplet: FB, A4 and 67. RGB value is (251,164,103). Sum of RGB (Red+Green+Blue) = 251+164+103=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 103 (40.62% from 255 or 19.88% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA467 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA467 is #045B98. Grayscale: #B7B7B7. Windows color (decimal): -285593 or 6792443. OLE color: 6792443.

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

Color convert

RGB 251 164 103 -
CMYK 0 0.35 0.59 0.02
HSL 24.73º 0.95% 0.69% -
HSV(B) 24.73º 0.59% 0.98% -
XYZ 55.51 48.04 19.18 -
YUV 183.06 82.82 176.46 -
System Red Green Blue C M Y K H S L
Decimal 251 164 103 0 0.35 0.59 0.02 24.73 0.95 0.69
Hex FB A4 67 0 23 3B 2 19 5F 45
Octal 373 244 147 0 43 73 2 31 137 105
Binary 11111011 10100100 1100111 0 100011 111011 10 11001 1011111 1000101

Color Harmonies of #FBA467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA467

Black with #FBA467

Text Example


Text Example

White with #FBA467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA467; }

 p { color: rgb(251,164,103); }

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

background-color css

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

 a { background-color: rgb(251,164,103); }

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

border-color css

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

 span { border-color: rgb(251,164,103); }

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