Html Css Color HEX #FBA06D Hit Pink

📋 copy color: '#FBA06D'

red 251 ◦ green 160 ◦ blue 109

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

Shades of Hit Pink #FBA06D

Tints of Hit Pink #FBA06D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.77%

 BLUE value IS 109 (42.97% from 255) = 20.96%

R = 48.27%
G = 30.77%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FBA06D (or 0xFBA06D) is known color: Hit Pink. HEX triplet: FB, A0 and 6D. RGB value is (251,160,109). Sum of RGB (Red+Green+Blue) = 251+160+109=520 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.27% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 109 (42.97% from 255 or 20.96% from 520); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA06D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA06D is #045F92. Grayscale: #B5B5B5. Windows color (decimal): -286611 or 7184635. OLE color: 7184635.

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

Color convert

RGB 251 160 109 -
CMYK 0 0.36 0.57 0.02
HSL 21.55º 0.95% 0.71% -
HSV(B) 21.55º 0.57% 0.98% -
XYZ 55.11 46.75 20.59 -
YUV 181.4 87.15 177.65 -
System Red Green Blue C M Y K H S L
Decimal 251 160 109 0 0.36 0.57 0.02 21.55 0.95 0.71
Hex FB A0 6D 0 24 39 2 16 5F 47
Octal 373 240 155 0 44 71 2 26 137 107
Binary 11111011 10100000 1101101 0 100100 111001 10 10110 1011111 1000111

Color Harmonies of #FBA06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA06D

Black with #FBA06D

Text Example


Text Example

White with #FBA06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA06D; }

 p { color: rgb(251,160,109); }

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

background-color css

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

 a { background-color: rgb(251,160,109); }

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

border-color css

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

 span { border-color: rgb(251,160,109); }

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