Html Css Color HEX #FBA672 Hit Pink

📋 copy color: '#FBA672'

red 251 ◦ green 166 ◦ blue 114

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

Shades of Hit Pink #FBA672

Tints of Hit Pink #FBA672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.47%

R = 47.27%
G = 31.26%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FBA672 (or 0xFBA672) is known color: Hit Pink. HEX triplet: FB, A6 and 72. RGB value is (251,166,114). Sum of RGB (Red+Green+Blue) = 251+166+114=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 166 (65.23% from 255 or 31.26% from 531); Blue value is 114 (44.92% from 255 or 21.47% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA672 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA672 is #04598D. Grayscale: #B9B9B9. Windows color (decimal): -285070 or 7513851. OLE color: 7513851.

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

Color convert

RGB 251 166 114 -
CMYK 0 0.34 0.55 0.02
HSL 22.77º 0.94% 0.72% -
HSV(B) 22.77º 0.55% 0.98% -
XYZ 56.46 49 22.4 -
YUV 185.49 87.66 174.73 -
System Red Green Blue C M Y K H S L
Decimal 251 166 114 0 0.34 0.55 0.02 22.77 0.94 0.72
Hex FB A6 72 0 22 37 2 17 5E 48
Octal 373 246 162 0 42 67 2 27 136 110
Binary 11111011 10100110 1110010 0 100010 110111 10 10111 1011110 1001000

Color Harmonies of #FBA672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA672

Black with #FBA672

Text Example


Text Example

White with #FBA672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA672; }

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

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

background-color css

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

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

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

border-color css

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

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

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