Html Css Color HEX #F0830A Tangerine

📋 copy color: '#F0830A'

red 240 ◦ green 131 ◦ blue 10

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

Shades of Tangerine #F0830A

Tints of Tangerine #F0830A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.38%

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

R = 62.99%
G = 34.38%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F0830A (or 0xF0830A) is known color: Tangerine. HEX triplet: F0, 83 and 0A. RGB value is (240,131,10). Sum of RGB (Red+Green+Blue) = 240+131+10=381 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.99% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 10 (4.30% from 255 or 2.62% from 381); Max value from RGB is 240 - color contains mainly: red. Hex color #F0830A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0830A is #0F7CF5. Grayscale: #969696. Windows color (decimal): -1015030 or 689136. OLE color: 689136.

HSL color Cylindrical-coordinate representation of color #F0830A: hue angle of 31.57º 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 #F0830A is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 131 10 -
CMYK 0 0.45 0.96 0.06
HSL 31.57º 0.92% 0.49% -
HSV(B) 31.57º 0.96% 0.94% -
XYZ 44.11 34.78 4.68 -
YUV 149.8 49.11 192.34 -
System Red Green Blue C M Y K H S L
Decimal 240 131 10 0 0.45 0.96 0.06 31.57 0.92 0.49
Hex F0 83 A 0 2D 60 6 20 5C 31
Octal 360 203 12 0 55 140 6 40 134 61
Binary 11110000 10000011 1010 0 101101 1100000 110 100000 1011100 110001

Color Harmonies of #F0830A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0830A

Black with #F0830A

Text Example


Text Example

White with #F0830A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0830A; }

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

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

background-color css

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

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

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

border-color css

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

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

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