Html Css Color HEX #FDA70E Dark Tangerine

📋 copy color: '#FDA70E'

red 253 ◦ green 167 ◦ blue 14

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

Shades of Dark Tangerine #FDA70E

Tints of Dark Tangerine #FDA70E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.48%

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

R = 58.29%
G = 38.48%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDA70E (or 0xFDA70E) is known color: Dark Tangerine. HEX triplet: FD, A7 and 0E. RGB value is (253,167,14). Sum of RGB (Red+Green+Blue) = 253+167+14=434 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.29% from 434); Green value is 167 (65.62% from 255 or 38.48% from 434); Blue value is 14 (5.86% from 255 or 3.23% from 434); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA70E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA70E is #0258F1. Grayscale: #AFAFAF. Windows color (decimal): -153842 or 960509. OLE color: 960509.

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

Color convert

RGB 253 167 14 -
CMYK 0 0.34 0.94 0.01
HSL 38.41º 0.98% 0.52% -
HSV(B) 38.41º 0.94% 0.99% -
XYZ 54.41 48.55 6.92 -
YUV 175.27 36.99 183.44 -
System Red Green Blue C M Y K H S L
Decimal 253 167 14 0 0.34 0.94 0.01 38.41 0.98 0.52
Hex FD A7 E 0 22 5E 1 26 62 34
Octal 375 247 16 0 42 136 1 46 142 64
Binary 11111101 10100111 1110 0 100010 1011110 1 100110 1100010 110100

Color Harmonies of #FDA70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA70E

Black with #FDA70E

Text Example


Text Example

White with #FDA70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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