Html Css Color HEX #FFB610 Dark Tangerine

📋 copy color: '#FFB610'

red 255 ◦ green 182 ◦ blue 16

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

Shades of Dark Tangerine #FFB610

Tints of Dark Tangerine #FFB610

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.18%

 BLUE value IS 16 (6.64% from 255) = 3.53%

R = 56.29%
G = 40.18%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FFB610 (or 0xFFB610) is known color: Dark Tangerine. HEX triplet: FF, B6 and 10. RGB value is (255,182,16). Sum of RGB (Red+Green+Blue) = 255+182+16=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 182 (71.48% from 255 or 40.18% from 453); Blue value is 16 (6.64% from 255 or 3.53% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB610 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB610 is #0049EF. Grayscale: #B9B9B9. Windows color (decimal): -18928 or 1095423. OLE color: 1095423.

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

Color convert

RGB 255 182 16 -
CMYK 0 0.29 0.94 0
HSL 41.67º 1% 0.53% -
HSV(B) 41.67º 0.94% 1% -
XYZ 58.06 54.75 8 -
YUV 184.9 32.68 178 -
System Red Green Blue C M Y K H S L
Decimal 255 182 16 0 0.29 0.94 0 41.67 1 0.53
Hex FF B6 10 0 1D 5E 0 2A 64 35
Octal 377 266 20 0 35 136 0 52 144 65
Binary 11111111 10110110 10000 0 11101 1011110 0 101010 1100100 110101

Color Harmonies of #FFB610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB610

Black with #FFB610

Text Example


Text Example

White with #FFB610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB610; }

 p { color: rgb(255,182,16); }

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

background-color css

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

 a { background-color: rgb(255,182,16); }

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

border-color css

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

 span { border-color: rgb(255,182,16); }

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