Html Css Color HEX #FBA268 Hit Pink

📋 copy color: '#FBA268'

red 251 ◦ green 162 ◦ blue 104

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

Shades of Hit Pink #FBA268

Tints of Hit Pink #FBA268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.12%

R = 48.55%
G = 31.33%
B = 20.12%

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

#FBA268 (or 0xFBA268) is known color: Hit Pink. HEX triplet: FB, A2 and 68. RGB value is (251,162,104). Sum of RGB (Red+Green+Blue) = 251+162+104=517 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.55% from 517); Green value is 162 (63.67% from 255 or 31.33% from 517); Blue value is 104 (41.02% from 255 or 20.12% from 517); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA268 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA268 is #045D97. Grayscale: #B6B6B6. Windows color (decimal): -286104 or 6857467. OLE color: 6857467.

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

Color convert

RGB 251 162 104 -
CMYK 0 0.35 0.59 0.02
HSL 23.67º 0.95% 0.7% -
HSV(B) 23.67º 0.59% 0.98% -
XYZ 55.2 47.35 19.33 -
YUV 182 83.99 177.22 -
System Red Green Blue C M Y K H S L
Decimal 251 162 104 0 0.35 0.59 0.02 23.67 0.95 0.7
Hex FB A2 68 0 23 3B 2 18 5F 46
Octal 373 242 150 0 43 73 2 30 137 106
Binary 11111011 10100010 1101000 0 100011 111011 10 11000 1011111 1000110

Color Harmonies of #FBA268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA268

Black with #FBA268

Text Example


Text Example

White with #FBA268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA268; }

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

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

background-color css

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

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

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

border-color css

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

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

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