Html Css Color HEX #FDB311 Dark Tangerine

📋 copy color: '#FDB311'

red 253 ◦ green 179 ◦ blue 17

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

Shades of Dark Tangerine #FDB311

Tints of Dark Tangerine #FDB311

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.87%

 BLUE value IS 17 (7.03% from 255) = 3.79%

R = 56.35%
G = 39.87%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FDB311 (or 0xFDB311) is known color: Dark Tangerine. HEX triplet: FD, B3 and 11. RGB value is (253,179,17). Sum of RGB (Red+Green+Blue) = 253+179+17=449 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.35% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 17 (7.03% from 255 or 3.79% from 449); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB311 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB311 is #024CEE. Grayscale: #B7B7B7. Windows color (decimal): -150767 or 1160189. OLE color: 1160189.

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

Color convert

RGB 253 179 17 -
CMYK 0 0.29 0.93 0.01
HSL 41.19º 0.98% 0.53% -
HSV(B) 41.19º 0.93% 0.99% -
XYZ 56.73 53.16 7.8 -
YUV 182.66 34.52 178.17 -
System Red Green Blue C M Y K H S L
Decimal 253 179 17 0 0.29 0.93 0.01 41.19 0.98 0.53
Hex FD B3 11 0 1D 5D 1 29 62 35
Octal 375 263 21 0 35 135 1 51 142 65
Binary 11111101 10110011 10001 0 11101 1011101 1 101001 1100010 110101

Color Harmonies of #FDB311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB311

Black with #FDB311

Text Example


Text Example

White with #FDB311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB311; }

 p { color: rgb(253,179,17); }

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

background-color css

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

 a { background-color: rgb(253,179,17); }

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

border-color css

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

 span { border-color: rgb(253,179,17); }

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