Html Css Color HEX #FDB411 Dark Tangerine

📋 copy color: '#FDB411'

red 253 ◦ green 180 ◦ blue 17

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

Shades of Dark Tangerine #FDB411

Tints of Dark Tangerine #FDB411

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40%

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

R = 56.22%
G = 40%
B = 3.78%

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

#FDB411 (or 0xFDB411) is known color: Dark Tangerine. HEX triplet: FD, B4 and 11. RGB value is (253,180,17). Sum of RGB (Red+Green+Blue) = 253+180+17=450 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.22% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 17 (7.03% from 255 or 3.78% from 450); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB411 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB411 is #024BEE. Grayscale: #B7B7B7. Windows color (decimal): -150511 or 1160445. OLE color: 1160445.

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

Color convert

RGB 253 180 17 -
CMYK 0 0.29 0.93 0.01
HSL 41.44º 0.98% 0.53% -
HSV(B) 41.44º 0.93% 0.99% -
XYZ 56.93 53.57 7.87 -
YUV 183.25 34.18 177.75 -
System Red Green Blue C M Y K H S L
Decimal 253 180 17 0 0.29 0.93 0.01 41.44 0.98 0.53
Hex FD B4 11 0 1D 5D 1 29 62 35
Octal 375 264 21 0 35 135 1 51 142 65
Binary 11111101 10110100 10001 0 11101 1011101 1 101001 1100010 110101

Color Harmonies of #FDB411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB411

Black with #FDB411

Text Example


Text Example

White with #FDB411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB411; }

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

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

background-color css

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

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

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

border-color css

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

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

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