Html Css Color HEX #FDA714 Dark Tangerine

📋 copy color: '#FDA714'

red 253 ◦ green 167 ◦ blue 20

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

Shades of Dark Tangerine #FDA714

Tints of Dark Tangerine #FDA714

RGB

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

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

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

R = 57.5%
G = 37.95%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FDA714 (or 0xFDA714) is known color: Dark Tangerine. HEX triplet: FD, A7 and 14. RGB value is (253,167,20). Sum of RGB (Red+Green+Blue) = 253+167+20=440 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.5% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 20 (8.20% from 255 or 4.55% from 440); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA714 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA714 is #0258EB. Grayscale: #B0B0B0. Windows color (decimal): -153836 or 1353725. OLE color: 1353725.

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

Color convert

RGB 253 167 20 -
CMYK 0 0.34 0.92 0.01
HSL 37.85º 0.98% 0.54% -
HSV(B) 37.85º 0.92% 0.99% -
XYZ 54.45 48.57 7.17 -
YUV 175.96 39.99 182.95 -
System Red Green Blue C M Y K H S L
Decimal 253 167 20 0 0.34 0.92 0.01 37.85 0.98 0.54
Hex FD A7 14 0 22 5C 1 26 62 36
Octal 375 247 24 0 42 134 1 46 142 66
Binary 11111101 10100111 10100 0 100010 1011100 1 100110 1100010 110110

Color Harmonies of #FDA714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA714

Black with #FDA714

Text Example


Text Example

White with #FDA714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA714; }

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

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

background-color css

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

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

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

border-color css

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

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

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