Html Css Color HEX #FDA31E Dark Tangerine

📋 copy color: '#FDA31E'

red 253 ◦ green 163 ◦ blue 30

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

Shades of Dark Tangerine #FDA31E

Tints of Dark Tangerine #FDA31E

RGB

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

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

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

R = 56.73%
G = 36.55%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FDA31E (or 0xFDA31E) is known color: Dark Tangerine. HEX triplet: FD, A3 and 1E. RGB value is (253,163,30). Sum of RGB (Red+Green+Blue) = 253+163+30=446 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.73% from 446); Green value is 163 (64.06% from 255 or 36.55% from 446); Blue value is 30 (12.11% from 255 or 6.73% from 446); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA31E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA31E is #025CE1. Grayscale: #AFAFAF. Windows color (decimal): -154850 or 2008061. OLE color: 2008061.

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

Color convert

RGB 253 163 30 -
CMYK 0 0.36 0.88 0.01
HSL 35.78º 0.98% 0.55% -
HSV(B) 35.78º 0.88% 0.99% -
XYZ 53.84 47.17 7.5 -
YUV 174.75 46.32 183.81 -
System Red Green Blue C M Y K H S L
Decimal 253 163 30 0 0.36 0.88 0.01 35.78 0.98 0.55
Hex FD A3 1E 0 24 58 1 24 62 37
Octal 375 243 36 0 44 130 1 44 142 67
Binary 11111101 10100011 11110 0 100100 1011000 1 100100 1100010 110111

Color Harmonies of #FDA31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA31E

Black with #FDA31E

Text Example


Text Example

White with #FDA31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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