Html Css Color HEX #FDA712 Dark Tangerine

📋 copy color: '#FDA712'

red 253 ◦ green 167 ◦ blue 18

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

Shades of Dark Tangerine #FDA712

Tints of Dark Tangerine #FDA712

RGB

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

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

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

R = 57.76%
G = 38.13%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FDA712 (or 0xFDA712) is known color: Dark Tangerine. HEX triplet: FD, A7 and 12. RGB value is (253,167,18). Sum of RGB (Red+Green+Blue) = 253+167+18=438 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.76% from 438); Green value is 167 (65.62% from 255 or 38.13% from 438); Blue value is 18 (7.42% from 255 or 4.11% from 438); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA712 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA712 is #0258ED. Grayscale: #B0B0B0. Windows color (decimal): -153838 or 1222653. OLE color: 1222653.

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

Color convert

RGB 253 167 18 -
CMYK 0 0.34 0.93 0.01
HSL 38.04º 0.98% 0.53% -
HSV(B) 38.04º 0.93% 0.99% -
XYZ 54.44 48.56 7.08 -
YUV 175.73 38.99 183.12 -
System Red Green Blue C M Y K H S L
Decimal 253 167 18 0 0.34 0.93 0.01 38.04 0.98 0.53
Hex FD A7 12 0 22 5D 1 26 62 35
Octal 375 247 22 0 42 135 1 46 142 65
Binary 11111101 10100111 10010 0 100010 1011101 1 100110 1100010 110101

Color Harmonies of #FDA712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA712

Black with #FDA712

Text Example


Text Example

White with #FDA712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA712; }

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

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

background-color css

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

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

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

border-color css

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

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

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