Html Css Color HEX #FAA367 Hit Pink

📋 copy color: '#FAA367'

red 250 ◦ green 163 ◦ blue 103

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

Shades of Hit Pink #FAA367

Tints of Hit Pink #FAA367

RGB

 RED value IS 250 (98.05% from 255) = 48.45%

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

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

R = 48.45%
G = 31.59%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FAA367 (or 0xFAA367) is known color: Hit Pink. HEX triplet: FA, A3 and 67. RGB value is (250,163,103). Sum of RGB (Red+Green+Blue) = 250+163+103=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 163 (64.06% from 255 or 31.59% from 516); Blue value is 103 (40.62% from 255 or 19.96% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA367 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA367 is #055C98. Grayscale: #B6B6B6. Windows color (decimal): -351385 or 6792186. OLE color: 6792186.

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

Color convert

RGB 250 163 103 -
CMYK 0 0.35 0.59 0.02
HSL 24.49º 0.94% 0.69% -
HSV(B) 24.49º 0.59% 0.98% -
XYZ 54.97 47.5 19.1 -
YUV 182.17 83.32 176.38 -
System Red Green Blue C M Y K H S L
Decimal 250 163 103 0 0.35 0.59 0.02 24.49 0.94 0.69
Hex FA A3 67 0 23 3B 2 18 5E 45
Octal 372 243 147 0 43 73 2 30 136 105
Binary 11111010 10100011 1100111 0 100011 111011 10 11000 1011110 1000101

Color Harmonies of #FAA367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA367

Black with #FAA367

Text Example


Text Example

White with #FAA367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA367; }

 p { color: rgb(250,163,103); }

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

background-color css

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

 a { background-color: rgb(250,163,103); }

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

border-color css

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

 span { border-color: rgb(250,163,103); }

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