Html Css Color HEX #F8965B Atomic Tangerine

📋 copy color: '#F8965B'

red 248 ◦ green 150 ◦ blue 91

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

Shades of Atomic Tangerine #F8965B

Tints of Atomic Tangerine #F8965B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.61%

R = 50.72%
G = 30.67%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#F8965B (or 0xF8965B) is known color: Atomic Tangerine. HEX triplet: F8, 96 and 5B. RGB value is (248,150,91). Sum of RGB (Red+Green+Blue) = 248+150+91=489 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.72% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 91 (35.94% from 255 or 18.61% from 489); Max value from RGB is 248 - color contains mainly: red. Hex color #F8965B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8965B is #0769A4. Grayscale: #ACACAC. Windows color (decimal): -485797 or 6002424. OLE color: 6002424.

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

Color convert

RGB 248 150 91 -
CMYK 0 0.40 0.63 0.03
HSL 22.55º 0.92% 0.66% -
HSV(B) 22.55º 0.63% 0.97% -
XYZ 51.51 42.52 15.39 -
YUV 172.58 81.97 181.8 -
System Red Green Blue C M Y K H S L
Decimal 248 150 91 0 0.40 0.63 0.03 22.55 0.92 0.66
Hex F8 96 5B 0 28 3F 3 17 5C 42
Octal 370 226 133 0 50 77 3 27 134 102
Binary 11111000 10010110 1011011 0 101000 111111 11 10111 1011100 1000010

Color Harmonies of #F8965B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8965B

Black with #F8965B

Text Example


Text Example

White with #F8965B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8965B; }

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

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

background-color css

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

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

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

border-color css

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

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

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