Html Css Color HEX #FDA81E Dark Tangerine

📋 copy color: '#FDA81E'

red 253 ◦ green 168 ◦ blue 30

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

Shades of Dark Tangerine #FDA81E

Tints of Dark Tangerine #FDA81E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.65%

R = 56.1%
G = 37.25%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FDA81E (or 0xFDA81E) is known color: Dark Tangerine. HEX triplet: FD, A8 and 1E. RGB value is (253,168,30). Sum of RGB (Red+Green+Blue) = 253+168+30=451 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.10% from 451); Green value is 168 (66.02% from 255 or 37.25% from 451); Blue value is 30 (12.11% from 255 or 6.65% from 451); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA81E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA81E is #0257E1. Grayscale: #B2B2B2. Windows color (decimal): -153570 or 2009341. OLE color: 2009341.

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

Color convert

RGB 253 168 30 -
CMYK 0 0.34 0.88 0.01
HSL 37.13º 0.98% 0.55% -
HSV(B) 37.13º 0.88% 0.99% -
XYZ 54.74 48.98 7.8 -
YUV 177.68 44.66 181.72 -
System Red Green Blue C M Y K H S L
Decimal 253 168 30 0 0.34 0.88 0.01 37.13 0.98 0.55
Hex FD A8 1E 0 22 58 1 25 62 37
Octal 375 250 36 0 42 130 1 45 142 67
Binary 11111101 10101000 11110 0 100010 1011000 1 100101 1100010 110111

Color Harmonies of #FDA81E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA81E

Black with #FDA81E

Text Example


Text Example

White with #FDA81E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA81E; }

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

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

background-color css

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

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

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

border-color css

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

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

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