Html Css Color HEX #FDB112 Dark Tangerine

📋 copy color: '#FDB112'

red 253 ◦ green 177 ◦ blue 18

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

Shades of Dark Tangerine #FDB112

Tints of Dark Tangerine #FDB112

RGB

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

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

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

R = 56.47%
G = 39.51%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FDB112 (or 0xFDB112) is known color: Dark Tangerine. HEX triplet: FD, B1 and 12. RGB value is (253,177,18). Sum of RGB (Red+Green+Blue) = 253+177+18=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 177 (69.53% from 255 or 39.51% from 448); Blue value is 18 (7.42% from 255 or 4.02% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB112 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDB112 is #024EED. Grayscale: #B6B6B6. Windows color (decimal): -151278 or 1225213. OLE color: 1225213.

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

Color convert

RGB 253 177 18 -
CMYK 0 0.30 0.93 0.01
HSL 40.6º 0.98% 0.53% -
HSV(B) 40.6º 0.93% 0.99% -
XYZ 56.34 52.37 7.71 -
YUV 181.6 35.68 178.93 -
System Red Green Blue C M Y K H S L
Decimal 253 177 18 0 0.30 0.93 0.01 40.6 0.98 0.53
Hex FD B1 12 0 1E 5D 1 29 62 35
Octal 375 261 22 0 36 135 1 51 142 65
Binary 11111101 10110001 10010 0 11110 1011101 1 101001 1100010 110101

Color Harmonies of #FDB112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB112

Black with #FDB112

Text Example


Text Example

White with #FDB112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB112; }

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

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

background-color css

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

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

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

border-color css

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

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

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