Html Css Color HEX #FFB314 Dark Tangerine

📋 copy color: '#FFB314'

red 255 ◦ green 179 ◦ blue 20

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

Shades of Dark Tangerine #FFB314

Tints of Dark Tangerine #FFB314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.41%

R = 56.17%
G = 39.43%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FFB314 (or 0xFFB314) is known color: Dark Tangerine. HEX triplet: FF, B3 and 14. RGB value is (255,179,20). Sum of RGB (Red+Green+Blue) = 255+179+20=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 179 (70.31% from 255 or 39.43% from 454); Blue value is 20 (8.20% from 255 or 4.41% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB314 is #004CEB. Grayscale: #B8B8B8. Windows color (decimal): -19692 or 1356799. OLE color: 1356799.

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

Color convert

RGB 255 179 20 -
CMYK 0 0.30 0.92 0
HSL 40.6º 1% 0.54% -
HSV(B) 40.6º 0.92% 1% -
XYZ 57.49 53.55 7.97 -
YUV 183.6 35.68 178.93 -
System Red Green Blue C M Y K H S L
Decimal 255 179 20 0 0.30 0.92 0 40.6 1 0.54
Hex FF B3 14 0 1E 5C 0 29 64 36
Octal 377 263 24 0 36 134 0 51 144 66
Binary 11111111 10110011 10100 0 11110 1011100 0 101001 1100100 110110

Color Harmonies of #FFB314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB314

Black with #FFB314

Text Example


Text Example

White with #FFB314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB314; }

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

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

background-color css

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

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

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

border-color css

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

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

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