Html Css Color HEX #FDA812 Dark Tangerine

📋 copy color: '#FDA812'

red 253 ◦ green 168 ◦ blue 18

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

Shades of Dark Tangerine #FDA812

Tints of Dark Tangerine #FDA812

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.27%

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

R = 57.63%
G = 38.27%
B = 4.1%

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

#FDA812 (or 0xFDA812) is known color: Dark Tangerine. HEX triplet: FD, A8 and 12. RGB value is (253,168,18). Sum of RGB (Red+Green+Blue) = 253+168+18=439 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.63% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 18 (7.42% from 255 or 4.10% from 439); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA812 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA812 is #0257ED. Grayscale: #B0B0B0. Windows color (decimal): -153582 or 1222909. OLE color: 1222909.

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

Color convert

RGB 253 168 18 -
CMYK 0 0.34 0.93 0.01
HSL 38.3º 0.98% 0.53% -
HSV(B) 38.3º 0.93% 0.99% -
XYZ 54.62 48.93 7.14 -
YUV 176.32 38.66 182.7 -
System Red Green Blue C M Y K H S L
Decimal 253 168 18 0 0.34 0.93 0.01 38.3 0.98 0.53
Hex FD A8 12 0 22 5D 1 26 62 35
Octal 375 250 22 0 42 135 1 46 142 65
Binary 11111101 10101000 10010 0 100010 1011101 1 100110 1100010 110101

Color Harmonies of #FDA812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA812

Black with #FDA812

Text Example


Text Example

White with #FDA812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA812; }

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

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

background-color css

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

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

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

border-color css

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

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

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