Html Css Color HEX #FDA51E Dark Tangerine

📋 copy color: '#FDA51E'

red 253 ◦ green 165 ◦ blue 30

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

Shades of Dark Tangerine #FDA51E

Tints of Dark Tangerine #FDA51E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.83%

 BLUE value IS 30 (12.11% from 255) = 6.7%

R = 56.47%
G = 36.83%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FDA51E (or 0xFDA51E) is known color: Dark Tangerine. HEX triplet: FD, A5 and 1E. RGB value is (253,165,30). Sum of RGB (Red+Green+Blue) = 253+165+30=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 30 (12.11% from 255 or 6.70% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA51E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA51E is #025AE1. Grayscale: #B0B0B0. Windows color (decimal): -154338 or 2008573. OLE color: 2008573.

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

Color convert

RGB 253 165 30 -
CMYK 0 0.35 0.88 0.01
HSL 36.32º 0.98% 0.55% -
HSV(B) 36.32º 0.88% 0.99% -
XYZ 54.2 47.89 7.61 -
YUV 175.92 45.65 182.98 -
System Red Green Blue C M Y K H S L
Decimal 253 165 30 0 0.35 0.88 0.01 36.32 0.98 0.55
Hex FD A5 1E 0 23 58 1 24 62 37
Octal 375 245 36 0 43 130 1 44 142 67
Binary 11111101 10100101 11110 0 100011 1011000 1 100100 1100010 110111

Color Harmonies of #FDA51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA51E

Black with #FDA51E

Text Example


Text Example

White with #FDA51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA51E; }

 p { color: rgb(253,165,30); }

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

background-color css

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

 a { background-color: rgb(253,165,30); }

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

border-color css

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

 span { border-color: rgb(253,165,30); }

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