Html Css Color HEX #F5B50F Dark Tangerine

📋 copy color: '#F5B50F'

red 245 ◦ green 181 ◦ blue 15

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

Shades of Dark Tangerine #F5B50F

Tints of Dark Tangerine #F5B50F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.04%

 BLUE value IS 15 (6.25% from 255) = 3.4%

R = 55.56%
G = 41.04%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F5B50F (or 0xF5B50F) is known color: Dark Tangerine. HEX triplet: F5, B5 and 0F. RGB value is (245,181,15). Sum of RGB (Red+Green+Blue) = 245+181+15=441 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.56% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 15 (6.25% from 255 or 3.40% from 441); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B50F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5B50F is #0A4AF0. Grayscale: #B5B5B5. Windows color (decimal): -674545 or 1029621. OLE color: 1029621.

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

Color convert

RGB 245 181 15 -
CMYK 0 0.26 0.94 0.04
HSL 43.3º 0.92% 0.51% -
HSV(B) 43.3º 0.94% 0.96% -
XYZ 54.27 52.49 7.72 -
YUV 181.21 34.2 173.5 -
System Red Green Blue C M Y K H S L
Decimal 245 181 15 0 0.26 0.94 0.04 43.3 0.92 0.51
Hex F5 B5 F 0 1A 5E 4 2B 5C 33
Octal 365 265 17 0 32 136 4 53 134 63
Binary 11110101 10110101 1111 0 11010 1011110 100 101011 1011100 110011

Color Harmonies of #F5B50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B50F

Black with #F5B50F

Text Example


Text Example

White with #F5B50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B50F; }

 p { color: rgb(245,181,15); }

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

background-color css

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

 a { background-color: rgb(245,181,15); }

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

border-color css

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

 span { border-color: rgb(245,181,15); }

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