Html Css Color HEX #F0A70A Dark Tangerine

📋 copy color: '#F0A70A'

red 240 ◦ green 167 ◦ blue 10

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

Shades of Dark Tangerine #F0A70A

Tints of Dark Tangerine #F0A70A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.05%

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

R = 57.55%
G = 40.05%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F0A70A (or 0xF0A70A) is known color: Dark Tangerine. HEX triplet: F0, A7 and 0A. RGB value is (240,167,10). Sum of RGB (Red+Green+Blue) = 240+167+10=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 167 (65.62% from 255 or 40.05% from 417); Blue value is 10 (4.30% from 255 or 2.40% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A70A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A70A is #0F58F5. Grayscale: #ABABAB. Windows color (decimal): -1005814 or 698352. OLE color: 698352.

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

Color convert

RGB 240 167 10 -
CMYK 0 0.30 0.96 0.06
HSL 40.96º 0.92% 0.49% -
HSV(B) 40.96º 0.96% 0.94% -
XYZ 49.81 46.18 6.58 -
YUV 170.93 37.18 177.27 -
System Red Green Blue C M Y K H S L
Decimal 240 167 10 0 0.30 0.96 0.06 40.96 0.92 0.49
Hex F0 A7 A 0 1E 60 6 29 5C 31
Octal 360 247 12 0 36 140 6 51 134 61
Binary 11110000 10100111 1010 0 11110 1100000 110 101001 1011100 110001

Color Harmonies of #F0A70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A70A

Black with #F0A70A

Text Example


Text Example

White with #F0A70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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