Html Css Color HEX #F99464 Atomic Tangerine

📋 copy color: '#F99464'

red 249 ◦ green 148 ◦ blue 100

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

Shades of Atomic Tangerine #F99464

Tints of Atomic Tangerine #F99464

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.78%

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

R = 50.1%
G = 29.78%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#F99464 (or 0xF99464) is known color: Atomic Tangerine. HEX triplet: F9, 94 and 64. RGB value is (249,148,100). Sum of RGB (Red+Green+Blue) = 249+148+100=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 100 (39.45% from 255 or 20.12% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F99464 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99464 is #066B9B. Grayscale: #ADADAD. Windows color (decimal): -420764 or 6591737. OLE color: 6591737.

HSL color Cylindrical-coordinate representation of color #F99464: hue angle of 19.33º 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 #F99464 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 148 100 -
CMYK 0 0.41 0.60 0.02
HSL 19.33º 0.93% 0.68% -
HSV(B) 19.33º 0.6% 0.98% -
XYZ 51.96 42.24 17.47 -
YUV 172.73 86.96 182.4 -
System Red Green Blue C M Y K H S L
Decimal 249 148 100 0 0.41 0.60 0.02 19.33 0.93 0.68
Hex F9 94 64 0 29 3C 2 13 5D 44
Octal 371 224 144 0 51 74 2 23 135 104
Binary 11111001 10010100 1100100 0 101001 111100 10 10011 1011101 1000100

Color Harmonies of #F99464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99464

Black with #F99464

Text Example


Text Example

White with #F99464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99464; }

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

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

background-color css

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

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

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

border-color css

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

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

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