Html Css Color HEX #F7A812 Dark Tangerine

📋 copy color: '#F7A812'

red 247 ◦ green 168 ◦ blue 18

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

Shades of Dark Tangerine #F7A812

Tints of Dark Tangerine #F7A812

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.8%

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

R = 57.04%
G = 38.8%
B = 4.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F7A812 (or 0xF7A812) is known color: Dark Tangerine. HEX triplet: F7, A8 and 12. RGB value is (247,168,18). Sum of RGB (Red+Green+Blue) = 247+168+18=433 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.04% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 18 (7.42% from 255 or 4.16% from 433); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A812 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7A812 is #0857ED. Grayscale: #AFAFAF. Windows color (decimal): -546798 or 1222903. OLE color: 1222903.

HSL color Cylindrical-coordinate representation of color #F7A812: hue angle of 39.3º 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 #F7A812 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 168 18 -
CMYK 0 0.32 0.93 0.03
HSL 39.3º 0.93% 0.52% -
HSV(B) 39.3º 0.93% 0.97% -
XYZ 52.47 47.82 7.04 -
YUV 174.52 39.67 179.7 -
System Red Green Blue C M Y K H S L
Decimal 247 168 18 0 0.32 0.93 0.03 39.3 0.93 0.52
Hex F7 A8 12 0 20 5D 3 27 5D 34
Octal 367 250 22 0 40 135 3 47 135 64
Binary 11110111 10101000 10010 0 100000 1011101 11 100111 1011101 110100

Color Harmonies of #F7A812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A812

Black with #F7A812

Text Example


Text Example

White with #F7A812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A812; }

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

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

background-color css

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

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

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

border-color css

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

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

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