Html Css Color HEX #FBA368 Hit Pink

📋 copy color: '#FBA368'

red 251 ◦ green 163 ◦ blue 104

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

Shades of Hit Pink #FBA368

Tints of Hit Pink #FBA368

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.47%

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

R = 48.46%
G = 31.47%
B = 20.08%

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

#FBA368 (or 0xFBA368) is known color: Hit Pink. HEX triplet: FB, A3 and 68. RGB value is (251,163,104). Sum of RGB (Red+Green+Blue) = 251+163+104=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 163 (64.06% from 255 or 31.47% from 518); Blue value is 104 (41.02% from 255 or 20.08% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA368 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA368 is #045C97. Grayscale: #B6B6B6. Windows color (decimal): -285848 or 6857723. OLE color: 6857723.

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

Color convert

RGB 251 163 104 -
CMYK 0 0.35 0.59 0.02
HSL 24.08º 0.95% 0.7% -
HSV(B) 24.08º 0.59% 0.98% -
XYZ 55.38 47.7 19.39 -
YUV 182.59 83.65 176.8 -
System Red Green Blue C M Y K H S L
Decimal 251 163 104 0 0.35 0.59 0.02 24.08 0.95 0.7
Hex FB A3 68 0 23 3B 2 18 5F 46
Octal 373 243 150 0 43 73 2 30 137 106
Binary 11111011 10100011 1101000 0 100011 111011 10 11000 1011111 1000110

Color Harmonies of #FBA368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA368

Black with #FBA368

Text Example


Text Example

White with #FBA368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA368; }

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

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

background-color css

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

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

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

border-color css

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

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

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