Html Css Color HEX #FDB110 Dark Tangerine

📋 copy color: '#FDB110'

red 253 ◦ green 177 ◦ blue 16

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

Shades of Dark Tangerine #FDB110

Tints of Dark Tangerine #FDB110

RGB

 RED value IS 253 (99.22% from 255) = 56.73%

 GREEN value IS 177 (69.53% from 255) = 39.69%

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

R = 56.73%
G = 39.69%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDB110 (or 0xFDB110) is known color: Dark Tangerine. HEX triplet: FD, B1 and 10. RGB value is (253,177,16). Sum of RGB (Red+Green+Blue) = 253+177+16=446 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.73% from 446); Green value is 177 (69.53% from 255 or 39.69% from 446); Blue value is 16 (6.64% from 255 or 3.59% from 446); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB110 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDB110 is #024EEF. Grayscale: #B6B6B6. Windows color (decimal): -151280 or 1094141. OLE color: 1094141.

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

Color convert

RGB 253 177 16 -
CMYK 0 0.30 0.94 0.01
HSL 40.76º 0.98% 0.53% -
HSV(B) 40.76º 0.94% 0.99% -
XYZ 56.32 52.36 7.63 -
YUV 181.37 34.68 179.09 -
System Red Green Blue C M Y K H S L
Decimal 253 177 16 0 0.30 0.94 0.01 40.76 0.98 0.53
Hex FD B1 10 0 1E 5E 1 29 62 35
Octal 375 261 20 0 36 136 1 51 142 65
Binary 11111101 10110001 10000 0 11110 1011110 1 101001 1100010 110101

Color Harmonies of #FDB110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB110

Black with #FDB110

Text Example


Text Example

White with #FDB110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB110; }

 p { color: rgb(253,177,16); }

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

background-color css

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

 a { background-color: rgb(253,177,16); }

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

border-color css

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

 span { border-color: rgb(253,177,16); }

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