Html Css Color HEX #F99470 Atomic Tangerine

📋 copy color: '#F99470'

red 249 ◦ green 148 ◦ blue 112

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

Shades of Atomic Tangerine #F99470

Tints of Atomic Tangerine #F99470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22%

R = 48.92%
G = 29.08%
B = 22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F99470 (or 0xF99470) is known color: Atomic Tangerine. HEX triplet: F9, 94 and 70. RGB value is (249,148,112). Sum of RGB (Red+Green+Blue) = 249+148+112=509 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.92% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 249 - color contains mainly: red. Hex color #F99470 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99470 is #066B8F. Grayscale: #AEAEAE. Windows color (decimal): -420752 or 7378169. OLE color: 7378169.

HSL color Cylindrical-coordinate representation of color #F99470: hue angle of 15.77º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F99470 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 148 112 -
CMYK 0 0.41 0.55 0.02
HSL 15.77º 0.92% 0.71% -
HSV(B) 15.77º 0.55% 0.98% -
XYZ 52.58 42.49 20.76 -
YUV 174.1 92.96 181.43 -
System Red Green Blue C M Y K H S L
Decimal 249 148 112 0 0.41 0.55 0.02 15.77 0.92 0.71
Hex F9 94 70 0 29 37 2 10 5C 47
Octal 371 224 160 0 51 67 2 20 134 107
Binary 11111001 10010100 1110000 0 101001 110111 10 10000 1011100 1000111

Color Harmonies of #F99470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99470

Black with #F99470

Text Example


Text Example

White with #F99470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99470; }

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

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

background-color css

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

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

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

border-color css

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

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

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