Html Css Color HEX #FDA90E Dark Tangerine

📋 copy color: '#FDA90E'

red 253 ◦ green 169 ◦ blue 14

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

Shades of Dark Tangerine #FDA90E

Tints of Dark Tangerine #FDA90E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.21%

R = 58.03%
G = 38.76%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDA90E (or 0xFDA90E) is known color: Dark Tangerine. HEX triplet: FD, A9 and 0E. RGB value is (253,169,14). Sum of RGB (Red+Green+Blue) = 253+169+14=436 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.03% from 436); Green value is 169 (66.41% from 255 or 38.76% from 436); Blue value is 14 (5.86% from 255 or 3.21% from 436); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA90E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA90E is #0256F1. Grayscale: #B1B1B1. Windows color (decimal): -153330 or 961021. OLE color: 961021.

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

Color convert

RGB 253 169 14 -
CMYK 0 0.33 0.94 0.01
HSL 38.91º 0.98% 0.52% -
HSV(B) 38.91º 0.94% 0.99% -
XYZ 54.78 49.29 7.04 -
YUV 176.45 36.33 182.6 -
System Red Green Blue C M Y K H S L
Decimal 253 169 14 0 0.33 0.94 0.01 38.91 0.98 0.52
Hex FD A9 E 0 21 5E 1 27 62 34
Octal 375 251 16 0 41 136 1 47 142 64
Binary 11111101 10101001 1110 0 100001 1011110 1 100111 1100010 110100

Color Harmonies of #FDA90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA90E

Black with #FDA90E

Text Example


Text Example

White with #FDA90E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA90E; }

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

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

background-color css

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

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

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

border-color css

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

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

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