Html Css Color HEX #F8965E Atomic Tangerine

📋 copy color: '#F8965E'

red 248 ◦ green 150 ◦ blue 94

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

Shades of Atomic Tangerine #F8965E

Tints of Atomic Tangerine #F8965E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.49%

 BLUE value IS 94 (37.11% from 255) = 19.11%

R = 50.41%
G = 30.49%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F8965E (or 0xF8965E) is known color: Atomic Tangerine. HEX triplet: F8, 96 and 5E. RGB value is (248,150,94). Sum of RGB (Red+Green+Blue) = 248+150+94=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 94 (37.11% from 255 or 19.11% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F8965E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8965E is #0769A1. Grayscale: #ADADAD. Windows color (decimal): -485794 or 6199032. OLE color: 6199032.

HSL color Cylindrical-coordinate representation of color #F8965E: hue angle of 21.82º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F8965E is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 150 94 -
CMYK 0 0.40 0.62 0.03
HSL 21.82º 0.92% 0.67% -
HSV(B) 21.82º 0.62% 0.97% -
XYZ 51.64 42.58 16.09 -
YUV 172.92 83.47 181.55 -
System Red Green Blue C M Y K H S L
Decimal 248 150 94 0 0.40 0.62 0.03 21.82 0.92 0.67
Hex F8 96 5E 0 28 3E 3 16 5C 43
Octal 370 226 136 0 50 76 3 26 134 103
Binary 11111000 10010110 1011110 0 101000 111110 11 10110 1011100 1000011

Color Harmonies of #F8965E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8965E

Black with #F8965E

Text Example


Text Example

White with #F8965E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8965E; }

 p { color: rgb(248,150,94); }

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

background-color css

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

 a { background-color: rgb(248,150,94); }

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

border-color css

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

 span { border-color: rgb(248,150,94); }

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