Html Css Color HEX #FBA674 Hit Pink

📋 copy color: '#FBA674'

red 251 ◦ green 166 ◦ blue 116

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

Shades of Hit Pink #FBA674

Tints of Hit Pink #FBA674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.76%

R = 47.09%
G = 31.14%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FBA674 (or 0xFBA674) is known color: Hit Pink. HEX triplet: FB, A6 and 74. RGB value is (251,166,116). Sum of RGB (Red+Green+Blue) = 251+166+116=533 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.09% from 533); Green value is 166 (65.23% from 255 or 31.14% from 533); Blue value is 116 (45.70% from 255 or 21.76% from 533); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA674 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA674 is #04598B. Grayscale: #BABABA. Windows color (decimal): -285068 or 7644923. OLE color: 7644923.

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

Color convert

RGB 251 166 116 -
CMYK 0 0.34 0.54 0.02
HSL 22.22º 0.94% 0.72% -
HSV(B) 22.22º 0.54% 0.98% -
XYZ 56.57 49.04 23.01 -
YUV 185.72 88.66 174.57 -
System Red Green Blue C M Y K H S L
Decimal 251 166 116 0 0.34 0.54 0.02 22.22 0.94 0.72
Hex FB A6 74 0 22 36 2 16 5E 48
Octal 373 246 164 0 42 66 2 26 136 110
Binary 11111011 10100110 1110100 0 100010 110110 10 10110 1011110 1001000

Color Harmonies of #FBA674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA674

Black with #FBA674

Text Example


Text Example

White with #FBA674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA674; }

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

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

background-color css

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

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

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

border-color css

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

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

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