Html Css Color HEX #F99164 Atomic Tangerine

📋 copy color: '#F99164'

red 249 ◦ green 145 ◦ blue 100

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

Shades of Atomic Tangerine #F99164

Tints of Atomic Tangerine #F99164

RGB

 RED value IS 249 (97.66% from 255) = 50.4%

 GREEN value IS 145 (57.03% from 255) = 29.35%

 BLUE value IS 100 (39.45% from 255) = 20.24%

R = 50.4%
G = 29.35%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#F99164 (or 0xF99164) is known color: Atomic Tangerine. HEX triplet: F9, 91 and 64. RGB value is (249,145,100). Sum of RGB (Red+Green+Blue) = 249+145+100=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 100 (39.45% from 255 or 20.24% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F99164 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99164 is #066E9B. Grayscale: #ABABAB. Windows color (decimal): -421532 or 6590969. OLE color: 6590969.

HSL color Cylindrical-coordinate representation of color #F99164: hue angle of 18.12º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F99164 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 145 100 -
CMYK 0 0.42 0.60 0.02
HSL 18.12º 0.93% 0.68% -
HSV(B) 18.12º 0.6% 0.98% -
XYZ 51.49 41.31 17.32 -
YUV 170.97 87.96 183.66 -
System Red Green Blue C M Y K H S L
Decimal 249 145 100 0 0.42 0.60 0.02 18.12 0.93 0.68
Hex F9 91 64 0 2A 3C 2 12 5D 44
Octal 371 221 144 0 52 74 2 22 135 104
Binary 11111001 10010001 1100100 0 101010 111100 10 10010 1011101 1000100

Color Harmonies of #F99164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99164

Black with #F99164

Text Example


Text Example

White with #F99164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99164; }

 p { color: rgb(249,145,100); }

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

background-color css

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

 a { background-color: rgb(249,145,100); }

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

border-color css

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

 span { border-color: rgb(249,145,100); }

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