Html Css Color HEX #FEA267 Hit Pink

📋 copy color: '#FEA267'

red 254 ◦ green 162 ◦ blue 103

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

Shades of Hit Pink #FEA267

Tints of Hit Pink #FEA267

RGB

 RED value IS 254 (99.61% from 255) = 48.94%

 GREEN value IS 162 (63.67% from 255) = 31.21%

 BLUE value IS 103 (40.63% from 255) = 19.85%

R = 48.94%
G = 31.21%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FEA267 (or 0xFEA267) is known color: Hit Pink. HEX triplet: FE, A2 and 67. RGB value is (254,162,103). Sum of RGB (Red+Green+Blue) = 254+162+103=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 103 (40.62% from 255 or 19.85% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA267 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA267 is #015D98. Grayscale: #B7B7B7. Windows color (decimal): -89497 or 6791934. OLE color: 6791934.

HSL color Cylindrical-coordinate representation of color #FEA267: hue angle of 23.44º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FEA267 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 162 103 -
CMYK 0 0.36 0.59 0.00
HSL 23.44º 0.99% 0.7% -
HSV(B) 23.44º 0.59% 1% -
XYZ 56.24 47.89 19.11 -
YUV 182.78 82.98 178.8 -
System Red Green Blue C M Y K H S L
Decimal 254 162 103 0 0.36 0.59 0.00 23.44 0.99 0.7
Hex FE A2 67 0 24 3B 0 17 63 46
Octal 376 242 147 0 44 73 0 27 143 106
Binary 11111110 10100010 1100111 0 100100 111011 0 10111 1100011 1000110

Color Harmonies of #FEA267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA267

Black with #FEA267

Text Example


Text Example

White with #FEA267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA267; }

 p { color: rgb(254,162,103); }

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

background-color css

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

 a { background-color: rgb(254,162,103); }

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

border-color css

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

 span { border-color: rgb(254,162,103); }

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