Html Css Color HEX #FDA30E Dark Tangerine

📋 copy color: '#FDA30E'

red 253 ◦ green 163 ◦ blue 14

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

Shades of Dark Tangerine #FDA30E

Tints of Dark Tangerine #FDA30E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.26%

R = 58.84%
G = 37.91%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDA30E (or 0xFDA30E) is known color: Dark Tangerine. HEX triplet: FD, A3 and 0E. RGB value is (253,163,14). Sum of RGB (Red+Green+Blue) = 253+163+14=430 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.84% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 14 (5.86% from 255 or 3.26% from 430); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA30E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA30E is #025CF1. Grayscale: #ADADAD. Windows color (decimal): -154866 or 959485. OLE color: 959485.

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

Color convert

RGB 253 163 14 -
CMYK 0 0.36 0.94 0.01
HSL 37.41º 0.98% 0.52% -
HSV(B) 37.41º 0.94% 0.99% -
XYZ 53.68 47.11 6.68 -
YUV 172.92 38.32 185.12 -
System Red Green Blue C M Y K H S L
Decimal 253 163 14 0 0.36 0.94 0.01 37.41 0.98 0.52
Hex FD A3 E 0 24 5E 1 25 62 34
Octal 375 243 16 0 44 136 1 45 142 64
Binary 11111101 10100011 1110 0 100100 1011110 1 100101 1100010 110100

Color Harmonies of #FDA30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA30E

Black with #FDA30E

Text Example


Text Example

White with #FDA30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA30E; }

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

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

background-color css

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

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

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

border-color css

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

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

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