Html Css Color HEX #FD990E Dark Tangerine

📋 copy color: '#FD990E'

red 253 ◦ green 153 ◦ blue 14

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

Shades of Dark Tangerine #FD990E

Tints of Dark Tangerine #FD990E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.43%

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

R = 60.24%
G = 36.43%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD990E (or 0xFD990E) is known color: Dark Tangerine. HEX triplet: FD, 99 and 0E. RGB value is (253,153,14). Sum of RGB (Red+Green+Blue) = 253+153+14=420 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.24% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 14 (5.86% from 255 or 3.33% from 420); Max value from RGB is 253 - color contains mainly: red. Hex color #FD990E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD990E is #0266F1. Grayscale: #A7A7A7. Windows color (decimal): -157426 or 956925. OLE color: 956925.

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

Color convert

RGB 253 153 14 -
CMYK 0 0.40 0.94 0.01
HSL 34.9º 0.98% 0.52% -
HSV(B) 34.9º 0.94% 0.99% -
XYZ 51.98 43.7 6.11 -
YUV 167.05 41.63 189.3 -
System Red Green Blue C M Y K H S L
Decimal 253 153 14 0 0.40 0.94 0.01 34.9 0.98 0.52
Hex FD 99 E 0 28 5E 1 23 62 34
Octal 375 231 16 0 50 136 1 43 142 64
Binary 11111101 10011001 1110 0 101000 1011110 1 100011 1100010 110100

Color Harmonies of #FD990E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD990E

Black with #FD990E

Text Example


Text Example

White with #FD990E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD990E; }

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

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

background-color css

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

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

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

border-color css

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

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

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