Html Css Color HEX #FDA312 Dark Tangerine

📋 copy color: '#FDA312'

red 253 ◦ green 163 ◦ blue 18

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

Shades of Dark Tangerine #FDA312

Tints of Dark Tangerine #FDA312

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.56%

 BLUE value IS 18 (7.42% from 255) = 4.15%

R = 58.29%
G = 37.56%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FDA312 (or 0xFDA312) is known color: Dark Tangerine. HEX triplet: FD, A3 and 12. RGB value is (253,163,18). Sum of RGB (Red+Green+Blue) = 253+163+18=434 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.29% from 434); Green value is 163 (64.06% from 255 or 37.56% from 434); Blue value is 18 (7.42% from 255 or 4.15% from 434); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA312 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA312 is #025CED. Grayscale: #AEAEAE. Windows color (decimal): -154862 or 1221629. OLE color: 1221629.

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

Color convert

RGB 253 163 18 -
CMYK 0 0.36 0.93 0.01
HSL 37.02º 0.98% 0.53% -
HSV(B) 37.02º 0.93% 0.99% -
XYZ 53.71 47.12 6.84 -
YUV 173.38 40.32 184.79 -
System Red Green Blue C M Y K H S L
Decimal 253 163 18 0 0.36 0.93 0.01 37.02 0.98 0.53
Hex FD A3 12 0 24 5D 1 25 62 35
Octal 375 243 22 0 44 135 1 45 142 65
Binary 11111101 10100011 10010 0 100100 1011101 1 100101 1100010 110101

Color Harmonies of #FDA312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA312

Black with #FDA312

Text Example


Text Example

White with #FDA312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA312; }

 p { color: rgb(253,163,18); }

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

background-color css

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

 a { background-color: rgb(253,163,18); }

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

border-color css

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

 span { border-color: rgb(253,163,18); }

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