Html Css Color HEX #F4A70A Dark Tangerine

📋 copy color: '#F4A70A'

red 244 ◦ green 167 ◦ blue 10

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

Shades of Dark Tangerine #F4A70A

Tints of Dark Tangerine #F4A70A

RGB

 RED value IS 244 (95.7% from 255) = 57.96%

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

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

R = 57.96%
G = 39.67%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F4A70A (or 0xF4A70A) is known color: Dark Tangerine. HEX triplet: F4, A7 and 0A. RGB value is (244,167,10). Sum of RGB (Red+Green+Blue) = 244+167+10=421 (55% of max value = 765). Red value is 244 (95.70% from 255 or 57.96% from 421); Green value is 167 (65.62% from 255 or 39.67% from 421); Blue value is 10 (4.30% from 255 or 2.38% from 421); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A70A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4A70A is #0B58F5. Grayscale: #ACACAC. Windows color (decimal): -743670 or 698356. OLE color: 698356.

HSL color Cylindrical-coordinate representation of color #F4A70A: hue angle of 40.26º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F4A70A is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 167 10 -
CMYK 0 0.32 0.96 0.04
HSL 40.26º 0.92% 0.5% -
HSV(B) 40.26º 0.96% 0.96% -
XYZ 51.18 46.89 6.64 -
YUV 172.13 36.51 179.27 -
System Red Green Blue C M Y K H S L
Decimal 244 167 10 0 0.32 0.96 0.04 40.26 0.92 0.5
Hex F4 A7 A 0 20 60 4 28 5C 32
Octal 364 247 12 0 40 140 4 50 134 62
Binary 11110100 10100111 1010 0 100000 1100000 100 101000 1011100 110010

Color Harmonies of #F4A70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4A70A

Black with #F4A70A

Text Example


Text Example

White with #F4A70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4A70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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