Html Css Color HEX #F7AF0D Dark Tangerine

📋 copy color: '#F7AF0D'

red 247 ◦ green 175 ◦ blue 13

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

Shades of Dark Tangerine #F7AF0D

Tints of Dark Tangerine #F7AF0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.99%

R = 56.78%
G = 40.23%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7AF0D (or 0xF7AF0D) is known color: Dark Tangerine. HEX triplet: F7, AF and 0D. RGB value is (247,175,13). Sum of RGB (Red+Green+Blue) = 247+175+13=435 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.78% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 13 (5.47% from 255 or 2.99% from 435); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AF0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7AF0D is #0850F2. Grayscale: #B2B2B2. Windows color (decimal): -545011 or 897015. OLE color: 897015.

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

Color convert

RGB 247 175 13 -
CMYK 0 0.29 0.95 0.03
HSL 41.54º 0.94% 0.51% -
HSV(B) 41.54º 0.95% 0.97% -
XYZ 53.76 50.46 7.29 -
YUV 178.06 34.85 177.17 -
System Red Green Blue C M Y K H S L
Decimal 247 175 13 0 0.29 0.95 0.03 41.54 0.94 0.51
Hex F7 AF D 0 1D 5F 3 2A 5E 33
Octal 367 257 15 0 35 137 3 52 136 63
Binary 11110111 10101111 1101 0 11101 1011111 11 101010 1011110 110011

Color Harmonies of #F7AF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7AF0D

Black with #F7AF0D

Text Example


Text Example

White with #F7AF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7AF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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