Html Css Color HEX #F5A312 Dark Tangerine

📋 copy color: '#F5A312'

red 245 ◦ green 163 ◦ blue 18

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

Shades of Dark Tangerine #F5A312

Tints of Dark Tangerine #F5A312

RGB

 RED value IS 245 (96.09% from 255) = 57.51%

 GREEN value IS 163 (64.06% from 255) = 38.26%

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

R = 57.51%
G = 38.26%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F5A312 (or 0xF5A312) is known color: Dark Tangerine. HEX triplet: F5, A3 and 12. RGB value is (245,163,18). Sum of RGB (Red+Green+Blue) = 245+163+18=426 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.51% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 18 (7.42% from 255 or 4.23% from 426); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A312 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5A312 is #0A5CED. Grayscale: #ABABAB. Windows color (decimal): -679150 or 1221621. OLE color: 1221621.

HSL color Cylindrical-coordinate representation of color #F5A312: hue angle of 38.33º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F5A312 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 163 18 -
CMYK 0 0.33 0.93 0.04
HSL 38.33º 0.92% 0.52% -
HSV(B) 38.33º 0.93% 0.96% -
XYZ 50.86 45.65 6.7 -
YUV 170.99 41.67 180.79 -
System Red Green Blue C M Y K H S L
Decimal 245 163 18 0 0.33 0.93 0.04 38.33 0.92 0.52
Hex F5 A3 12 0 21 5D 4 26 5C 34
Octal 365 243 22 0 41 135 4 46 134 64
Binary 11110101 10100011 10010 0 100001 1011101 100 100110 1011100 110100

Color Harmonies of #F5A312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A312

Black with #F5A312

Text Example


Text Example

White with #F5A312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A312; }

 p { color: rgb(245,163,18); }

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

background-color css

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

 a { background-color: rgb(245,163,18); }

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

border-color css

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

 span { border-color: rgb(245,163,18); }

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