Html Css Color HEX #F7A01D Dark Tangerine

📋 copy color: '#F7A01D'

red 247 ◦ green 160 ◦ blue 29

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

Shades of Dark Tangerine #F7A01D

Tints of Dark Tangerine #F7A01D

RGB

 RED value IS 247 (96.88% from 255) = 56.65%

 GREEN value IS 160 (62.89% from 255) = 36.7%

 BLUE value IS 29 (11.72% from 255) = 6.65%

R = 56.65%
G = 36.7%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F7A01D (or 0xF7A01D) is known color: Dark Tangerine. HEX triplet: F7, A0 and 1D. RGB value is (247,160,29). Sum of RGB (Red+Green+Blue) = 247+160+29=436 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.65% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 29 (11.72% from 255 or 6.65% from 436); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A01D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7A01D is #085FE2. Grayscale: #ABABAB. Windows color (decimal): -548835 or 1941751. OLE color: 1941751.

HSL color Cylindrical-coordinate representation of color #F7A01D: hue angle of 36.06º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F7A01D is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 160 29 -
CMYK 0 0.35 0.88 0.03
HSL 36.06º 0.93% 0.54% -
HSV(B) 36.06º 0.88% 0.97% -
XYZ 51.15 45 7.15 -
YUV 171.08 47.82 182.15 -
System Red Green Blue C M Y K H S L
Decimal 247 160 29 0 0.35 0.88 0.03 36.06 0.93 0.54
Hex F7 A0 1D 0 23 58 3 24 5D 36
Octal 367 240 35 0 43 130 3 44 135 66
Binary 11110111 10100000 11101 0 100011 1011000 11 100100 1011101 110110

Color Harmonies of #F7A01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A01D

Black with #F7A01D

Text Example


Text Example

White with #F7A01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A01D; }

 p { color: rgb(247,160,29); }

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

background-color css

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

 a { background-color: rgb(247,160,29); }

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

border-color css

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

 span { border-color: rgb(247,160,29); }

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