Html Css Color HEX #FBA270 Hit Pink

📋 copy color: '#FBA270'

red 251 ◦ green 162 ◦ blue 112

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

Shades of Hit Pink #FBA270

Tints of Hit Pink #FBA270

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.86%

 BLUE value IS 112 (44.14% from 255) = 21.33%

R = 47.81%
G = 30.86%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FBA270 (or 0xFBA270) is known color: Hit Pink. HEX triplet: FB, A2 and 70. RGB value is (251,162,112). Sum of RGB (Red+Green+Blue) = 251+162+112=525 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.81% from 525); Green value is 162 (63.67% from 255 or 30.86% from 525); Blue value is 112 (44.14% from 255 or 21.33% from 525); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA270 is #045D8F. Grayscale: #B7B7B7. Windows color (decimal): -286096 or 7381755. OLE color: 7381755.

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

Color convert

RGB 251 162 112 -
CMYK 0 0.35 0.55 0.02
HSL 21.58º 0.95% 0.71% -
HSV(B) 21.58º 0.55% 0.98% -
XYZ 55.63 47.52 21.57 -
YUV 182.91 87.99 176.57 -
System Red Green Blue C M Y K H S L
Decimal 251 162 112 0 0.35 0.55 0.02 21.58 0.95 0.71
Hex FB A2 70 0 23 37 2 16 5F 47
Octal 373 242 160 0 43 67 2 26 137 107
Binary 11111011 10100010 1110000 0 100011 110111 10 10110 1011111 1000111

Color Harmonies of #FBA270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA270

Black with #FBA270

Text Example


Text Example

White with #FBA270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA270; }

 p { color: rgb(251,162,112); }

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

background-color css

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

 a { background-color: rgb(251,162,112); }

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

border-color css

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

 span { border-color: rgb(251,162,112); }

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