Html Css Color HEX #FDA31D Dark Tangerine

📋 copy color: '#FDA31D'

red 253 ◦ green 163 ◦ blue 29

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

Shades of Dark Tangerine #FDA31D

Tints of Dark Tangerine #FDA31D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.63%

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

R = 56.85%
G = 36.63%
B = 6.52%

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

#FDA31D (or 0xFDA31D) is known color: Dark Tangerine. HEX triplet: FD, A3 and 1D. RGB value is (253,163,29). Sum of RGB (Red+Green+Blue) = 253+163+29=445 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.85% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 29 (11.72% from 255 or 6.52% from 445); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA31D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA31D is #025CE2. Grayscale: #AFAFAF. Windows color (decimal): -154851 or 1942525. OLE color: 1942525.

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

Color convert

RGB 253 163 29 -
CMYK 0 0.36 0.89 0.01
HSL 35.89º 0.98% 0.55% -
HSV(B) 35.89º 0.89% 0.99% -
XYZ 53.83 47.17 7.43 -
YUV 174.63 45.82 183.9 -
System Red Green Blue C M Y K H S L
Decimal 253 163 29 0 0.36 0.89 0.01 35.89 0.98 0.55
Hex FD A3 1D 0 24 59 1 24 62 37
Octal 375 243 35 0 44 131 1 44 142 67
Binary 11111101 10100011 11101 0 100100 1011001 1 100100 1100010 110111

Color Harmonies of #FDA31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA31D

Black with #FDA31D

Text Example


Text Example

White with #FDA31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA31D; }

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

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

background-color css

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

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

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

border-color css

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

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

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