Html Css Color HEX #FFB712 Dark Tangerine

📋 copy color: '#FFB712'

red 255 ◦ green 183 ◦ blue 18

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

Shades of Dark Tangerine #FFB712

Tints of Dark Tangerine #FFB712

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.13%

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

R = 55.92%
G = 40.13%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FFB712 (or 0xFFB712) is known color: Dark Tangerine. HEX triplet: FF, B7 and 12. RGB value is (255,183,18). Sum of RGB (Red+Green+Blue) = 255+183+18=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 18 (7.42% from 255 or 3.95% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB712 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB712 is #0048ED. Grayscale: #BABABA. Windows color (decimal): -18670 or 1226751. OLE color: 1226751.

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

Color convert

RGB 255 183 18 -
CMYK 0 0.28 0.93 0
HSL 41.77º 1% 0.54% -
HSV(B) 41.77º 0.93% 1% -
XYZ 58.28 55.17 8.15 -
YUV 185.72 33.35 177.42 -
System Red Green Blue C M Y K H S L
Decimal 255 183 18 0 0.28 0.93 0 41.77 1 0.54
Hex FF B7 12 0 1C 5D 0 2A 64 36
Octal 377 267 22 0 34 135 0 52 144 66
Binary 11111111 10110111 10010 0 11100 1011101 0 101010 1100100 110110

Color Harmonies of #FFB712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB712

Black with #FFB712

Text Example


Text Example

White with #FFB712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB712; }

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

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

background-color css

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

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

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

border-color css

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

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

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