Html Css Color HEX #FFB411 Dark Tangerine

📋 copy color: '#FFB411'

red 255 ◦ green 180 ◦ blue 17

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

Shades of Dark Tangerine #FFB411

Tints of Dark Tangerine #FFB411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.76%

R = 56.42%
G = 39.82%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FFB411 (or 0xFFB411) is known color: Dark Tangerine. HEX triplet: FF, B4 and 11. RGB value is (255,180,17). Sum of RGB (Red+Green+Blue) = 255+180+17=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 17 (7.03% from 255 or 3.76% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB411 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB411 is #004BEE. Grayscale: #B8B8B8. Windows color (decimal): -19439 or 1160447. OLE color: 1160447.

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

Color convert

RGB 255 180 17 -
CMYK 0 0.29 0.93 0
HSL 41.09º 1% 0.53% -
HSV(B) 41.09º 0.93% 1% -
XYZ 57.66 53.94 7.9 -
YUV 183.84 33.85 178.75 -
System Red Green Blue C M Y K H S L
Decimal 255 180 17 0 0.29 0.93 0 41.09 1 0.53
Hex FF B4 11 0 1D 5D 0 29 64 35
Octal 377 264 21 0 35 135 0 51 144 65
Binary 11111111 10110100 10001 0 11101 1011101 0 101001 1100100 110101

Color Harmonies of #FFB411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB411

Black with #FFB411

Text Example


Text Example

White with #FFB411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB411; }

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

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

background-color css

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

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

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

border-color css

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

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

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