Html Css Color HEX #F7AF1A Dark Tangerine

📋 copy color: '#F7AF1A'

red 247 ◦ green 175 ◦ blue 26

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

Shades of Dark Tangerine #F7AF1A

Tints of Dark Tangerine #F7AF1A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.06%

 BLUE value IS 26 (10.55% from 255) = 5.8%

R = 55.13%
G = 39.06%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F7AF1A (or 0xF7AF1A) is known color: Dark Tangerine. HEX triplet: F7, AF and 1A. RGB value is (247,175,26). Sum of RGB (Red+Green+Blue) = 247+175+26=448 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.13% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 26 (10.55% from 255 or 5.80% from 448); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AF1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7AF1A is #0850E5. Grayscale: #B4B4B4. Windows color (decimal): -544998 or 1748983. OLE color: 1748983.

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

Color convert

RGB 247 175 26 -
CMYK 0 0.29 0.89 0.03
HSL 40.45º 0.93% 0.54% -
HSV(B) 40.45º 0.89% 0.97% -
XYZ 53.87 50.51 7.89 -
YUV 179.54 41.35 176.12 -
System Red Green Blue C M Y K H S L
Decimal 247 175 26 0 0.29 0.89 0.03 40.45 0.93 0.54
Hex F7 AF 1A 0 1D 59 3 28 5D 36
Octal 367 257 32 0 35 131 3 50 135 66
Binary 11110111 10101111 11010 0 11101 1011001 11 101000 1011101 110110

Color Harmonies of #F7AF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7AF1A

Black with #F7AF1A

Text Example


Text Example

White with #F7AF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7AF1A; }

 p { color: rgb(247,175,26); }

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

background-color css

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

 a { background-color: rgb(247,175,26); }

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

border-color css

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

 span { border-color: rgb(247,175,26); }

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