Html Css Color HEX #F0800C Tangerine

📋 copy color: '#F0800C'

red 240 ◦ green 128 ◦ blue 12

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

Shades of Tangerine #F0800C

Tints of Tangerine #F0800C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.68%

 BLUE value IS 12 (5.08% from 255) = 3.16%

R = 63.16%
G = 33.68%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0800C (or 0xF0800C) is known color: Tangerine. HEX triplet: F0, 80 and 0C. RGB value is (240,128,12). Sum of RGB (Red+Green+Blue) = 240+128+12=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 12 (5.08% from 255 or 3.16% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F0800C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0800C is #0F7FF3. Grayscale: #949494. Windows color (decimal): -1015796 or 819440. OLE color: 819440.

HSL color Cylindrical-coordinate representation of color #F0800C: hue angle of 30.53º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0800C is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 128 12 -
CMYK 0 0.47 0.95 0.06
HSL 30.53º 0.9% 0.49% -
HSV(B) 30.53º 0.95% 0.94% -
XYZ 43.72 33.99 4.6 -
YUV 148.26 51.11 193.43 -
System Red Green Blue C M Y K H S L
Decimal 240 128 12 0 0.47 0.95 0.06 30.53 0.9 0.49
Hex F0 80 C 0 2F 5F 6 1F 5A 31
Octal 360 200 14 0 57 137 6 37 132 61
Binary 11110000 10000000 1100 0 101111 1011111 110 11111 1011010 110001

Color Harmonies of #F0800C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0800C

Black with #F0800C

Text Example


Text Example

White with #F0800C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0800C; }

 p { color: rgb(240,128,12); }

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

background-color css

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

 a { background-color: rgb(240,128,12); }

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

border-color css

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

 span { border-color: rgb(240,128,12); }

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