Html Css Color HEX #FDA70D Dark Tangerine

📋 copy color: '#FDA70D'

red 253 ◦ green 167 ◦ blue 13

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

Shades of Dark Tangerine #FDA70D

Tints of Dark Tangerine #FDA70D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3%

R = 58.43%
G = 38.57%
B = 3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FDA70D (or 0xFDA70D) is known color: Dark Tangerine. HEX triplet: FD, A7 and 0D. RGB value is (253,167,13). Sum of RGB (Red+Green+Blue) = 253+167+13=433 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.43% from 433); Green value is 167 (65.62% from 255 or 38.57% from 433); Blue value is 13 (5.47% from 255 or 3.00% from 433); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA70D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA70D is #0258F2. Grayscale: #AFAFAF. Windows color (decimal): -153843 or 894973. OLE color: 894973.

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

Color convert

RGB 253 167 13 -
CMYK 0 0.34 0.95 0.01
HSL 38.5º 0.98% 0.52% -
HSV(B) 38.5º 0.95% 0.99% -
XYZ 54.4 48.55 6.88 -
YUV 175.16 36.49 183.52 -
System Red Green Blue C M Y K H S L
Decimal 253 167 13 0 0.34 0.95 0.01 38.5 0.98 0.52
Hex FD A7 D 0 22 5F 1 26 62 34
Octal 375 247 15 0 42 137 1 46 142 64
Binary 11111101 10100111 1101 0 100010 1011111 1 100110 1100010 110100

Color Harmonies of #FDA70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA70D

Black with #FDA70D

Text Example


Text Example

White with #FDA70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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