Html Css Color HEX #FBA66B Hit Pink

📋 copy color: '#FBA66B'

red 251 ◦ green 166 ◦ blue 107

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

Shades of Hit Pink #FBA66B

Tints of Hit Pink #FBA66B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.68%

 BLUE value IS 107 (42.19% from 255) = 20.42%

R = 47.9%
G = 31.68%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FBA66B (or 0xFBA66B) is known color: Hit Pink. HEX triplet: FB, A6 and 6B. RGB value is (251,166,107). Sum of RGB (Red+Green+Blue) = 251+166+107=524 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.90% from 524); Green value is 166 (65.23% from 255 or 31.68% from 524); Blue value is 107 (42.19% from 255 or 20.42% from 524); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA66B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA66B is #045994. Grayscale: #B9B9B9. Windows color (decimal): -285077 or 7055099. OLE color: 7055099.

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

Color convert

RGB 251 166 107 -
CMYK 0 0.34 0.57 0.02
HSL 24.58º 0.95% 0.7% -
HSV(B) 24.58º 0.57% 0.98% -
XYZ 56.07 48.84 20.38 -
YUV 184.69 84.16 175.3 -
System Red Green Blue C M Y K H S L
Decimal 251 166 107 0 0.34 0.57 0.02 24.58 0.95 0.7
Hex FB A6 6B 0 22 39 2 19 5F 46
Octal 373 246 153 0 42 71 2 31 137 106
Binary 11111011 10100110 1101011 0 100010 111001 10 11001 1011111 1000110

Color Harmonies of #FBA66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA66B

Black with #FBA66B

Text Example


Text Example

White with #FBA66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA66B; }

 p { color: rgb(251,166,107); }

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

background-color css

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

 a { background-color: rgb(251,166,107); }

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

border-color css

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

 span { border-color: rgb(251,166,107); }

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