Html Css Color HEX #FBA66C Hit Pink

📋 copy color: '#FBA66C'

red 251 ◦ green 166 ◦ blue 108

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

Shades of Hit Pink #FBA66C

Tints of Hit Pink #FBA66C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.57%

R = 47.81%
G = 31.62%
B = 20.57%

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

#FBA66C (or 0xFBA66C) is known color: Hit Pink. HEX triplet: FB, A6 and 6C. RGB value is (251,166,108). Sum of RGB (Red+Green+Blue) = 251+166+108=525 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.81% from 525); Green value is 166 (65.23% from 255 or 31.62% from 525); Blue value is 108 (42.58% from 255 or 20.57% from 525); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA66C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA66C is #045993. Grayscale: #B9B9B9. Windows color (decimal): -285076 or 7120635. OLE color: 7120635.

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

Color convert

RGB 251 166 108 -
CMYK 0 0.34 0.57 0.02
HSL 24.34º 0.95% 0.7% -
HSV(B) 24.34º 0.57% 0.98% -
XYZ 56.13 48.86 20.66 -
YUV 184.8 84.66 175.22 -
System Red Green Blue C M Y K H S L
Decimal 251 166 108 0 0.34 0.57 0.02 24.34 0.95 0.7
Hex FB A6 6C 0 22 39 2 18 5F 46
Octal 373 246 154 0 42 71 2 30 137 106
Binary 11111011 10100110 1101100 0 100010 111001 10 11000 1011111 1000110

Color Harmonies of #FBA66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA66C

Black with #FBA66C

Text Example


Text Example

White with #FBA66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA66C; }

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

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

background-color css

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

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

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

border-color css

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

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

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