Html Css Color HEX #FDA915 Dark Tangerine

📋 copy color: '#FDA915'

red 253 ◦ green 169 ◦ blue 21

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

Shades of Dark Tangerine #FDA915

Tints of Dark Tangerine #FDA915

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.15%

 BLUE value IS 21 (8.59% from 255) = 4.74%

R = 57.11%
G = 38.15%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FDA915 (or 0xFDA915) is known color: Dark Tangerine. HEX triplet: FD, A9 and 15. RGB value is (253,169,21). Sum of RGB (Red+Green+Blue) = 253+169+21=443 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.11% from 443); Green value is 169 (66.41% from 255 or 38.15% from 443); Blue value is 21 (8.59% from 255 or 4.74% from 443); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA915 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA915 is #0256EA. Grayscale: #B1B1B1. Windows color (decimal): -153323 or 1419773. OLE color: 1419773.

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

Color convert

RGB 253 169 21 -
CMYK 0 0.33 0.92 0.01
HSL 38.28º 0.98% 0.54% -
HSV(B) 38.28º 0.92% 0.99% -
XYZ 54.83 49.31 7.34 -
YUV 177.24 39.83 182.03 -
System Red Green Blue C M Y K H S L
Decimal 253 169 21 0 0.33 0.92 0.01 38.28 0.98 0.54
Hex FD A9 15 0 21 5C 1 26 62 36
Octal 375 251 25 0 41 134 1 46 142 66
Binary 11111101 10101001 10101 0 100001 1011100 1 100110 1100010 110110

Color Harmonies of #FDA915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA915

Black with #FDA915

Text Example


Text Example

White with #FDA915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA915; }

 p { color: rgb(253,169,21); }

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

background-color css

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

 a { background-color: rgb(253,169,21); }

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

border-color css

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

 span { border-color: rgb(253,169,21); }

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