Html Css Color HEX #F5B410 Dark Tangerine

📋 copy color: '#F5B410'

red 245 ◦ green 180 ◦ blue 16

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

Shades of Dark Tangerine #F5B410

Tints of Dark Tangerine #F5B410

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.82%

 BLUE value IS 16 (6.64% from 255) = 3.63%

R = 55.56%
G = 40.82%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F5B410 (or 0xF5B410) is known color: Dark Tangerine. HEX triplet: F5, B4 and 10. RGB value is (245,180,16). Sum of RGB (Red+Green+Blue) = 245+180+16=441 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.56% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 16 (6.64% from 255 or 3.63% from 441); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B410 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5B410 is #0A4BEF. Grayscale: #B5B5B5. Windows color (decimal): -674800 or 1094901. OLE color: 1094901.

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

Color convert

RGB 245 180 16 -
CMYK 0 0.27 0.93 0.04
HSL 42.97º 0.92% 0.51% -
HSV(B) 42.97º 0.93% 0.96% -
XYZ 54.07 52.09 7.7 -
YUV 180.74 35.03 173.84 -
System Red Green Blue C M Y K H S L
Decimal 245 180 16 0 0.27 0.93 0.04 42.97 0.92 0.51
Hex F5 B4 10 0 1B 5D 4 2B 5C 33
Octal 365 264 20 0 33 135 4 53 134 63
Binary 11110101 10110100 10000 0 11011 1011101 100 101011 1011100 110011

Color Harmonies of #F5B410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B410

Black with #F5B410

Text Example


Text Example

White with #F5B410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B410; }

 p { color: rgb(245,180,16); }

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

background-color css

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

 a { background-color: rgb(245,180,16); }

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

border-color css

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

 span { border-color: rgb(245,180,16); }

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