Html Css Color HEX #FEA369 Hit Pink

📋 copy color: '#FEA369'

red 254 ◦ green 163 ◦ blue 105

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

Shades of Hit Pink #FEA369

Tints of Hit Pink #FEA369

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.23%

 BLUE value IS 105 (41.41% from 255) = 20.11%

R = 48.66%
G = 31.23%
B = 20.11%

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

#FEA369 (or 0xFEA369) is known color: Hit Pink. HEX triplet: FE, A3 and 69. RGB value is (254,163,105). Sum of RGB (Red+Green+Blue) = 254+163+105=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 163 (64.06% from 255 or 31.23% from 522); Blue value is 105 (41.41% from 255 or 20.11% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA369 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA369 is #015C96. Grayscale: #B7B7B7. Windows color (decimal): -89239 or 6923262. OLE color: 6923262.

HSL color Cylindrical-coordinate representation of color #FEA369: hue angle of 23.36º 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 #FEA369 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 163 105 -
CMYK 0 0.36 0.59 0.00
HSL 23.36º 0.99% 0.7% -
HSV(B) 23.36º 0.59% 1% -
XYZ 56.52 48.29 19.71 -
YUV 183.6 83.65 178.22 -
System Red Green Blue C M Y K H S L
Decimal 254 163 105 0 0.36 0.59 0.00 23.36 0.99 0.7
Hex FE A3 69 0 24 3B 0 17 63 46
Octal 376 243 151 0 44 73 0 27 143 106
Binary 11111110 10100011 1101001 0 100100 111011 0 10111 1100011 1000110

Color Harmonies of #FEA369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA369

Black with #FEA369

Text Example


Text Example

White with #FEA369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA369; }

 p { color: rgb(254,163,105); }

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

background-color css

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

 a { background-color: rgb(254,163,105); }

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

border-color css

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

 span { border-color: rgb(254,163,105); }

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