Html Css Color HEX #F0966A Atomic Tangerine

📋 copy color: '#F0966A'

red 240 ◦ green 150 ◦ blue 106

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

Shades of Atomic Tangerine #F0966A

Tints of Atomic Tangerine #F0966A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.37%

R = 48.39%
G = 30.24%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F0966A (or 0xF0966A) is known color: Atomic Tangerine. HEX triplet: F0, 96 and 6A. RGB value is (240,150,106). Sum of RGB (Red+Green+Blue) = 240+150+106=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 106 (41.80% from 255 or 21.37% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F0966A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0966A is #0F6995. Grayscale: #ACACAC. Windows color (decimal): -1010070 or 6985456. OLE color: 6985456.

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

Color convert

RGB 240 150 106 -
CMYK 0 0.37 0.56 0.06
HSL 19.7º 0.82% 0.68% -
HSV(B) 19.7º 0.56% 0.94% -
XYZ 49.44 41.38 19.02 -
YUV 171.89 90.82 176.58 -
System Red Green Blue C M Y K H S L
Decimal 240 150 106 0 0.37 0.56 0.06 19.7 0.82 0.68
Hex F0 96 6A 0 25 38 6 14 52 44
Octal 360 226 152 0 45 70 6 24 122 104
Binary 11110000 10010110 1101010 0 100101 111000 110 10100 1010010 1000100

Color Harmonies of #F0966A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0966A

Black with #F0966A

Text Example


Text Example

White with #F0966A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0966A; }

 p { color: rgb(240,150,106); }

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

background-color css

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

 a { background-color: rgb(240,150,106); }

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

border-color css

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

 span { border-color: rgb(240,150,106); }

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