Html Css Color HEX #F5B00B Dark Tangerine

📋 copy color: '#F5B00B'

red 245 ◦ green 176 ◦ blue 11

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

Shades of Dark Tangerine #F5B00B

Tints of Dark Tangerine #F5B00B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.74%

 BLUE value IS 11 (4.69% from 255) = 2.55%

R = 56.71%
G = 40.74%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F5B00B (or 0xF5B00B) is known color: Dark Tangerine. HEX triplet: F5, B0 and 0B. RGB value is (245,176,11). Sum of RGB (Red+Green+Blue) = 245+176+11=432 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.71% from 432); Green value is 176 (69.14% from 255 or 40.74% from 432); Blue value is 11 (4.69% from 255 or 2.55% from 432); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B00B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5B00B is #0A4FF4. Grayscale: #B2B2B2. Windows color (decimal): -675829 or 766197. OLE color: 766197.

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

Color convert

RGB 245 176 11 -
CMYK 0 0.28 0.96 0.04
HSL 42.31º 0.92% 0.5% -
HSV(B) 42.31º 0.96% 0.96% -
XYZ 53.24 50.49 7.26 -
YUV 177.82 33.86 175.92 -
System Red Green Blue C M Y K H S L
Decimal 245 176 11 0 0.28 0.96 0.04 42.31 0.92 0.5
Hex F5 B0 B 0 1C 60 4 2A 5C 32
Octal 365 260 13 0 34 140 4 52 134 62
Binary 11110101 10110000 1011 0 11100 1100000 100 101010 1011100 110010

Color Harmonies of #F5B00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B00B

Black with #F5B00B

Text Example


Text Example

White with #F5B00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B00B; }

 p { color: rgb(245,176,11); }

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

background-color css

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

 a { background-color: rgb(245,176,11); }

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

border-color css

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

 span { border-color: rgb(245,176,11); }

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