Html Css Color HEX #F89264 Atomic Tangerine

📋 copy color: '#F89264'

red 248 ◦ green 146 ◦ blue 100

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

Shades of Atomic Tangerine #F89264

Tints of Atomic Tangerine #F89264

RGB

 RED value IS 248 (97.27% from 255) = 50.2%

 GREEN value IS 146 (57.42% from 255) = 29.55%

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

R = 50.2%
G = 29.55%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F89264 (or 0xF89264) is known color: Atomic Tangerine. HEX triplet: F8, 92 and 64. RGB value is (248,146,100). Sum of RGB (Red+Green+Blue) = 248+146+100=494 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.20% from 494); Green value is 146 (57.42% from 255 or 29.55% from 494); Blue value is 100 (39.45% from 255 or 20.24% from 494); Max value from RGB is 248 - color contains mainly: red. Hex color #F89264 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89264 is #076D9B. Grayscale: #ABABAB. Windows color (decimal): -486812 or 6591224. OLE color: 6591224.

HSL color Cylindrical-coordinate representation of color #F89264: hue angle of 18.65º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F89264 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 146 100 -
CMYK 0 0.41 0.60 0.03
HSL 18.65º 0.91% 0.68% -
HSV(B) 18.65º 0.6% 0.97% -
XYZ 51.29 41.43 17.35 -
YUV 171.25 87.79 182.74 -
System Red Green Blue C M Y K H S L
Decimal 248 146 100 0 0.41 0.60 0.03 18.65 0.91 0.68
Hex F8 92 64 0 29 3C 3 13 5B 44
Octal 370 222 144 0 51 74 3 23 133 104
Binary 11111000 10010010 1100100 0 101001 111100 11 10011 1011011 1000100

Color Harmonies of #F89264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89264

Black with #F89264

Text Example


Text Example

White with #F89264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89264; }

 p { color: rgb(248,146,100); }

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

background-color css

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

 a { background-color: rgb(248,146,100); }

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

border-color css

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

 span { border-color: rgb(248,146,100); }

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