Html Css Color HEX #F7A50C Dark Tangerine

📋 copy color: '#F7A50C'

red 247 ◦ green 165 ◦ blue 12

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

Shades of Dark Tangerine #F7A50C

Tints of Dark Tangerine #F7A50C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.92%

 BLUE value IS 12 (5.08% from 255) = 2.83%

R = 58.25%
G = 38.92%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7A50C (or 0xF7A50C) is known color: Dark Tangerine. HEX triplet: F7, A5 and 0C. RGB value is (247,165,12). Sum of RGB (Red+Green+Blue) = 247+165+12=424 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.25% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 12 (5.08% from 255 or 2.83% from 424); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A50C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7A50C is #085AF3. Grayscale: #ACACAC. Windows color (decimal): -547572 or 828919. OLE color: 828919.

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

Color convert

RGB 247 165 12 -
CMYK 0 0.33 0.95 0.03
HSL 39.06º 0.94% 0.51% -
HSV(B) 39.06º 0.95% 0.97% -
XYZ 51.88 46.71 6.63 -
YUV 172.08 37.67 181.44 -
System Red Green Blue C M Y K H S L
Decimal 247 165 12 0 0.33 0.95 0.03 39.06 0.94 0.51
Hex F7 A5 C 0 21 5F 3 27 5E 33
Octal 367 245 14 0 41 137 3 47 136 63
Binary 11110111 10100101 1100 0 100001 1011111 11 100111 1011110 110011

Color Harmonies of #F7A50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A50C

Black with #F7A50C

Text Example


Text Example

White with #F7A50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A50C; }

 p { color: rgb(247,165,12); }

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

background-color css

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

 a { background-color: rgb(247,165,12); }

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

border-color css

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

 span { border-color: rgb(247,165,12); }

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