Html Css Color HEX #F0986C Atomic Tangerine

📋 copy color: '#F0986C'

red 240 ◦ green 152 ◦ blue 108

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

Shades of Atomic Tangerine #F0986C

Tints of Atomic Tangerine #F0986C

RGB

 RED value IS 240 (94.14% from 255) = 48%

 GREEN value IS 152 (59.77% from 255) = 30.4%

 BLUE value IS 108 (42.58% from 255) = 21.6%

R = 48%
G = 30.4%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0986C (or 0xF0986C) is known color: Atomic Tangerine. HEX triplet: F0, 98 and 6C. RGB value is (240,152,108). Sum of RGB (Red+Green+Blue) = 240+152+108=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 108 (42.58% from 255 or 21.6% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F0986C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0986C is #0F6793. Grayscale: #ADADAD. Windows color (decimal): -1009556 or 7117040. OLE color: 7117040.

HSL color Cylindrical-coordinate representation of color #F0986C: hue angle of 20º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0986C is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 152 108 -
CMYK 0 0.37 0.55 0.06
HSL 20º 0.81% 0.68% -
HSV(B) 20º 0.55% 0.94% -
XYZ 49.87 42.06 19.68 -
YUV 173.3 91.15 175.58 -
System Red Green Blue C M Y K H S L
Decimal 240 152 108 0 0.37 0.55 0.06 20 0.81 0.68
Hex F0 98 6C 0 25 37 6 14 51 44
Octal 360 230 154 0 45 67 6 24 121 104
Binary 11110000 10011000 1101100 0 100101 110111 110 10100 1010001 1000100

Color Harmonies of #F0986C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0986C

Black with #F0986C

Text Example


Text Example

White with #F0986C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0986C; }

 p { color: rgb(240,152,108); }

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

background-color css

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

 a { background-color: rgb(240,152,108); }

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

border-color css

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

 span { border-color: rgb(240,152,108); }

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