Html Css Color HEX #FFB412 Dark Tangerine

📋 copy color: '#FFB412'

red 255 ◦ green 180 ◦ blue 18

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

Shades of Dark Tangerine #FFB412

Tints of Dark Tangerine #FFB412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.97%

R = 56.29%
G = 39.74%
B = 3.97%

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

#FFB412 (or 0xFFB412) is known color: Dark Tangerine. HEX triplet: FF, B4 and 12. RGB value is (255,180,18). Sum of RGB (Red+Green+Blue) = 255+180+18=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 18 (7.42% from 255 or 3.97% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB412 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB412 is #004BED. Grayscale: #B8B8B8. Windows color (decimal): -19438 or 1225983. OLE color: 1225983.

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

Color convert

RGB 255 180 18 -
CMYK 0 0.29 0.93 0
HSL 41.01º 1% 0.54% -
HSV(B) 41.01º 0.93% 1% -
XYZ 57.67 53.95 7.95 -
YUV 183.96 34.35 178.67 -
System Red Green Blue C M Y K H S L
Decimal 255 180 18 0 0.29 0.93 0 41.01 1 0.54
Hex FF B4 12 0 1D 5D 0 29 64 36
Octal 377 264 22 0 35 135 0 51 144 66
Binary 11111111 10110100 10010 0 11101 1011101 0 101001 1100100 110110

Color Harmonies of #FFB412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB412

Black with #FFB412

Text Example


Text Example

White with #FFB412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB412; }

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

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

background-color css

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

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

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

border-color css

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

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

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