Html Css Color HEX #FFB013 Dark Tangerine

📋 copy color: '#FFB013'

red 255 ◦ green 176 ◦ blue 19

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

Shades of Dark Tangerine #FFB013

Tints of Dark Tangerine #FFB013

RGB

 RED value IS 255 (100% from 255) = 56.67%

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

 BLUE value IS 19 (7.81% from 255) = 4.22%

R = 56.67%
G = 39.11%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FFB013 (or 0xFFB013) is known color: Dark Tangerine. HEX triplet: FF, B0 and 13. RGB value is (255,176,19). Sum of RGB (Red+Green+Blue) = 255+176+19=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 176 (69.14% from 255 or 39.11% from 450); Blue value is 19 (7.81% from 255 or 4.22% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB013 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFB013 is #004FEC. Grayscale: #B6B6B6. Windows color (decimal): -20461 or 1290495. OLE color: 1290495.

HSL color Cylindrical-coordinate representation of color #FFB013: hue angle of 39.92º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFB013 is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 255 176 19 -
CMYK 0 0.31 0.93 0
HSL 39.92º 1% 0.54% -
HSV(B) 39.92º 0.93% 1% -
XYZ 56.88 52.36 7.72 -
YUV 181.72 36.17 180.27 -
System Red Green Blue C M Y K H S L
Decimal 255 176 19 0 0.31 0.93 0 39.92 1 0.54
Hex FF B0 13 0 1F 5D 0 28 64 36
Octal 377 260 23 0 37 135 0 50 144 66
Binary 11111111 10110000 10011 0 11111 1011101 0 101000 1100100 110110

Color Harmonies of #FFB013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB013

Black with #FFB013

Text Example


Text Example

White with #FFB013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB013; }

 p { color: rgb(255,176,19); }

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

background-color css

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

 a { background-color: rgb(255,176,19); }

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

border-color css

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

 span { border-color: rgb(255,176,19); }

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