Html Css Color HEX #FDA914 Dark Tangerine

📋 copy color: '#FDA914'

red 253 ◦ green 169 ◦ blue 20

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

Shades of Dark Tangerine #FDA914

Tints of Dark Tangerine #FDA914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.52%

R = 57.24%
G = 38.24%
B = 4.52%

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

#FDA914 (or 0xFDA914) is known color: Dark Tangerine. HEX triplet: FD, A9 and 14. RGB value is (253,169,20). Sum of RGB (Red+Green+Blue) = 253+169+20=442 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.24% from 442); Green value is 169 (66.41% from 255 or 38.24% from 442); Blue value is 20 (8.20% from 255 or 4.52% from 442); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA914 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA914 is #0256EB. Grayscale: #B1B1B1. Windows color (decimal): -153324 or 1354237. OLE color: 1354237.

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

Color convert

RGB 253 169 20 -
CMYK 0 0.33 0.92 0.01
HSL 38.37º 0.98% 0.54% -
HSV(B) 38.37º 0.92% 0.99% -
XYZ 54.82 49.31 7.29 -
YUV 177.13 39.33 182.12 -
System Red Green Blue C M Y K H S L
Decimal 253 169 20 0 0.33 0.92 0.01 38.37 0.98 0.54
Hex FD A9 14 0 21 5C 1 26 62 36
Octal 375 251 24 0 41 134 1 46 142 66
Binary 11111101 10101001 10100 0 100001 1011100 1 100110 1100010 110110

Color Harmonies of #FDA914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA914

Black with #FDA914

Text Example


Text Example

White with #FDA914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA914; }

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

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

background-color css

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

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

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

border-color css

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

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

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