Html Css Color HEX #F0945E Atomic Tangerine

📋 copy color: '#F0945E'

red 240 ◦ green 148 ◦ blue 94

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

Shades of Atomic Tangerine #F0945E

Tints of Atomic Tangerine #F0945E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.71%

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

R = 49.79%
G = 30.71%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#F0945E (or 0xF0945E) is known color: Atomic Tangerine. HEX triplet: F0, 94 and 5E. RGB value is (240,148,94). Sum of RGB (Red+Green+Blue) = 240+148+94=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 94 (37.11% from 255 or 19.50% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F0945E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0945E is #0F6BA1. Grayscale: #A9A9A9. Windows color (decimal): -1010594 or 6198512. OLE color: 6198512.

HSL color Cylindrical-coordinate representation of color #F0945E: hue angle of 22.19º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F0945E is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 148 94 -
CMYK 0 0.38 0.61 0.06
HSL 22.19º 0.83% 0.65% -
HSV(B) 22.19º 0.61% 0.94% -
XYZ 48.55 40.51 15.85 -
YUV 169.35 85.48 178.39 -
System Red Green Blue C M Y K H S L
Decimal 240 148 94 0 0.38 0.61 0.06 22.19 0.83 0.65
Hex F0 94 5E 0 26 3D 6 16 53 41
Octal 360 224 136 0 46 75 6 26 123 101
Binary 11110000 10010100 1011110 0 100110 111101 110 10110 1010011 1000001

Color Harmonies of #F0945E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0945E

Black with #F0945E

Text Example


Text Example

White with #F0945E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0945E; }

 p { color: rgb(240,148,94); }

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

background-color css

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

 a { background-color: rgb(240,148,94); }

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

border-color css

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

 span { border-color: rgb(240,148,94); }

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