Html Css Color HEX #F0800A Tangerine

📋 copy color: '#F0800A'

red 240 ◦ green 128 ◦ blue 10

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

Shades of Tangerine #F0800A

Tints of Tangerine #F0800A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.65%

R = 63.49%
G = 33.86%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F0800A (or 0xF0800A) is known color: Tangerine. HEX triplet: F0, 80 and 0A. RGB value is (240,128,10). Sum of RGB (Red+Green+Blue) = 240+128+10=378 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.49% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 10 (4.30% from 255 or 2.65% from 378); Max value from RGB is 240 - color contains mainly: red. Hex color #F0800A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0800A is #0F7FF5. Grayscale: #949494. Windows color (decimal): -1015798 or 688368. OLE color: 688368.

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

Color convert

RGB 240 128 10 -
CMYK 0 0.47 0.96 0.06
HSL 30.78º 0.92% 0.49% -
HSV(B) 30.78º 0.96% 0.94% -
XYZ 43.71 33.99 4.54 -
YUV 148.04 50.11 193.59 -
System Red Green Blue C M Y K H S L
Decimal 240 128 10 0 0.47 0.96 0.06 30.78 0.92 0.49
Hex F0 80 A 0 2F 60 6 1F 5C 31
Octal 360 200 12 0 57 140 6 37 134 61
Binary 11110000 10000000 1010 0 101111 1100000 110 11111 1011100 110001

Color Harmonies of #F0800A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0800A

Black with #F0800A

Text Example


Text Example

White with #F0800A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0800A; }

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

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

background-color css

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

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

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

border-color css

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

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

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