Html Css Color HEX #FDA11D Dark Tangerine

📋 copy color: '#FDA11D'

red 253 ◦ green 161 ◦ blue 29

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

Shades of Dark Tangerine #FDA11D

Tints of Dark Tangerine #FDA11D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.34%

 BLUE value IS 29 (11.72% from 255) = 6.55%

R = 57.11%
G = 36.34%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FDA11D (or 0xFDA11D) is known color: Dark Tangerine. HEX triplet: FD, A1 and 1D. RGB value is (253,161,29). Sum of RGB (Red+Green+Blue) = 253+161+29=443 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.11% from 443); Green value is 161 (63.28% from 255 or 36.34% from 443); Blue value is 29 (11.72% from 255 or 6.55% from 443); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA11D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA11D is #025EE2. Grayscale: #AEAEAE. Windows color (decimal): -155363 or 1942013. OLE color: 1942013.

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

Color convert

RGB 253 161 29 -
CMYK 0 0.36 0.89 0.01
HSL 35.36º 0.98% 0.55% -
HSV(B) 35.36º 0.89% 0.99% -
XYZ 53.47 46.46 7.31 -
YUV 173.46 46.48 184.73 -
System Red Green Blue C M Y K H S L
Decimal 253 161 29 0 0.36 0.89 0.01 35.36 0.98 0.55
Hex FD A1 1D 0 24 59 1 23 62 37
Octal 375 241 35 0 44 131 1 43 142 67
Binary 11111101 10100001 11101 0 100100 1011001 1 100011 1100010 110111

Color Harmonies of #FDA11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA11D

Black with #FDA11D

Text Example


Text Example

White with #FDA11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA11D; }

 p { color: rgb(253,161,29); }

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

background-color css

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

 a { background-color: rgb(253,161,29); }

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

border-color css

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

 span { border-color: rgb(253,161,29); }

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