Html Css Color HEX #FFB313 Dark Tangerine

📋 copy color: '#FFB313'

red 255 ◦ green 179 ◦ blue 19

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

Shades of Dark Tangerine #FFB313

Tints of Dark Tangerine #FFB313

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.51%

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

R = 56.29%
G = 39.51%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FFB313 (or 0xFFB313) is known color: Dark Tangerine. HEX triplet: FF, B3 and 13. RGB value is (255,179,19). Sum of RGB (Red+Green+Blue) = 255+179+19=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 179 (70.31% from 255 or 39.51% from 453); Blue value is 19 (7.81% from 255 or 4.19% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB313 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB313 is #004CEC. Grayscale: #B8B8B8. Windows color (decimal): -19693 or 1291263. OLE color: 1291263.

HSL color Cylindrical-coordinate representation of color #FFB313: hue angle of 40.68º 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 #FFB313 is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 255 179 19 -
CMYK 0 0.30 0.93 0
HSL 40.68º 1% 0.54% -
HSV(B) 40.68º 0.93% 1% -
XYZ 57.48 53.55 7.92 -
YUV 183.48 35.18 179.01 -
System Red Green Blue C M Y K H S L
Decimal 255 179 19 0 0.30 0.93 0 40.68 1 0.54
Hex FF B3 13 0 1E 5D 0 29 64 36
Octal 377 263 23 0 36 135 0 51 144 66
Binary 11111111 10110011 10011 0 11110 1011101 0 101001 1100100 110110

Color Harmonies of #FFB313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB313

Black with #FFB313

Text Example


Text Example

White with #FFB313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB313; }

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

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

background-color css

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

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

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

border-color css

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

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

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