Html Css Color HEX #F7AD12 Dark Tangerine

📋 copy color: '#F7AD12'

red 247 ◦ green 173 ◦ blue 18

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

Shades of Dark Tangerine #F7AD12

Tints of Dark Tangerine #F7AD12

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.5%

 BLUE value IS 18 (7.42% from 255) = 4.11%

R = 56.39%
G = 39.5%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F7AD12 (or 0xF7AD12) is known color: Dark Tangerine. HEX triplet: F7, AD and 12. RGB value is (247,173,18). Sum of RGB (Red+Green+Blue) = 247+173+18=438 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.39% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 18 (7.42% from 255 or 4.11% from 438); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AD12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7AD12 is #0852ED. Grayscale: #B2B2B2. Windows color (decimal): -545518 or 1224183. OLE color: 1224183.

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

Color convert

RGB 247 173 18 -
CMYK 0 0.30 0.93 0.03
HSL 40.61º 0.93% 0.52% -
HSV(B) 40.61º 0.93% 0.97% -
XYZ 53.41 49.7 7.35 -
YUV 177.46 38.02 177.6 -
System Red Green Blue C M Y K H S L
Decimal 247 173 18 0 0.30 0.93 0.03 40.61 0.93 0.52
Hex F7 AD 12 0 1E 5D 3 29 5D 34
Octal 367 255 22 0 36 135 3 51 135 64
Binary 11110111 10101101 10010 0 11110 1011101 11 101001 1011101 110100

Color Harmonies of #F7AD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7AD12

Black with #F7AD12

Text Example


Text Example

White with #F7AD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7AD12; }

 p { color: rgb(247,173,18); }

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

background-color css

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

 a { background-color: rgb(247,173,18); }

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

border-color css

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

 span { border-color: rgb(247,173,18); }

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