Html Css Color HEX #FFB414 Dark Tangerine

📋 copy color: '#FFB414'

red 255 ◦ green 180 ◦ blue 20

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

Shades of Dark Tangerine #FFB414

Tints of Dark Tangerine #FFB414

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.56%

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

R = 56.04%
G = 39.56%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FFB414 (or 0xFFB414) is known color: Dark Tangerine. HEX triplet: FF, B4 and 14. RGB value is (255,180,20). Sum of RGB (Red+Green+Blue) = 255+180+20=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 20 (8.20% from 255 or 4.40% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB414 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB414 is #004BEB. Grayscale: #B8B8B8. Windows color (decimal): -19436 or 1357055. OLE color: 1357055.

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

Color convert

RGB 255 180 20 -
CMYK 0 0.29 0.92 0
HSL 40.85º 1% 0.54% -
HSV(B) 40.85º 0.92% 1% -
XYZ 57.69 53.95 8.04 -
YUV 184.19 35.35 178.51 -
System Red Green Blue C M Y K H S L
Decimal 255 180 20 0 0.29 0.92 0 40.85 1 0.54
Hex FF B4 14 0 1D 5C 0 29 64 36
Octal 377 264 24 0 35 134 0 51 144 66
Binary 11111111 10110100 10100 0 11101 1011100 0 101001 1100100 110110

Color Harmonies of #FFB414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB414

Black with #FFB414

Text Example


Text Example

White with #FFB414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB414; }

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

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

background-color css

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

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

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

border-color css

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

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

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