Html Css Color HEX #F0A70C Dark Tangerine

📋 copy color: '#F0A70C'

red 240 ◦ green 167 ◦ blue 12

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

Shades of Dark Tangerine #F0A70C

Tints of Dark Tangerine #F0A70C

RGB

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

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

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

R = 57.28%
G = 39.86%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0A70C (or 0xF0A70C) is known color: Dark Tangerine. HEX triplet: F0, A7 and 0C. RGB value is (240,167,12). Sum of RGB (Red+Green+Blue) = 240+167+12=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 167 (65.62% from 255 or 39.86% from 419); Blue value is 12 (5.08% from 255 or 2.86% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A70C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A70C is #0F58F3. Grayscale: #ABABAB. Windows color (decimal): -1005812 or 829424. OLE color: 829424.

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

Color convert

RGB 240 167 12 -
CMYK 0 0.30 0.95 0.06
HSL 40.79º 0.9% 0.49% -
HSV(B) 40.79º 0.95% 0.94% -
XYZ 49.82 46.19 6.64 -
YUV 171.16 38.18 177.1 -
System Red Green Blue C M Y K H S L
Decimal 240 167 12 0 0.30 0.95 0.06 40.79 0.9 0.49
Hex F0 A7 C 0 1E 5F 6 29 5A 31
Octal 360 247 14 0 36 137 6 51 132 61
Binary 11110000 10100111 1100 0 11110 1011111 110 101001 1011010 110001

Color Harmonies of #F0A70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A70C

Black with #F0A70C

Text Example


Text Example

White with #F0A70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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