Html Css Color HEX #F5A71D Dark Tangerine

📋 copy color: '#F5A71D'

red 245 ◦ green 167 ◦ blue 29

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

Shades of Dark Tangerine #F5A71D

Tints of Dark Tangerine #F5A71D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.87%

 BLUE value IS 29 (11.72% from 255) = 6.58%

R = 55.56%
G = 37.87%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F5A71D (or 0xF5A71D) is known color: Dark Tangerine. HEX triplet: F5, A7 and 1D. RGB value is (245,167,29). Sum of RGB (Red+Green+Blue) = 245+167+29=441 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.56% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 29 (11.72% from 255 or 6.58% from 441); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A71D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A71D is #0A58E2. Grayscale: #AFAFAF. Windows color (decimal): -678115 or 1943541. OLE color: 1943541.

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

Color convert

RGB 245 167 29 -
CMYK 0 0.32 0.88 0.04
HSL 38.33º 0.92% 0.54% -
HSV(B) 38.33º 0.88% 0.96% -
XYZ 51.7 47.14 7.54 -
YUV 174.59 45.84 178.22 -
System Red Green Blue C M Y K H S L
Decimal 245 167 29 0 0.32 0.88 0.04 38.33 0.92 0.54
Hex F5 A7 1D 0 20 58 4 26 5C 36
Octal 365 247 35 0 40 130 4 46 134 66
Binary 11110101 10100111 11101 0 100000 1011000 100 100110 1011100 110110

Color Harmonies of #F5A71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A71D

Black with #F5A71D

Text Example


Text Example

White with #F5A71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A71D; }

 p { color: rgb(245,167,29); }

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

background-color css

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

 a { background-color: rgb(245,167,29); }

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

border-color css

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

 span { border-color: rgb(245,167,29); }

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