Html Css Color HEX #FDA30D Dark Tangerine

📋 copy color: '#FDA30D'

red 253 ◦ green 163 ◦ blue 13

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

Shades of Dark Tangerine #FDA30D

Tints of Dark Tangerine #FDA30D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.03%

R = 58.97%
G = 38%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FDA30D (or 0xFDA30D) is known color: Dark Tangerine. HEX triplet: FD, A3 and 0D. RGB value is (253,163,13). Sum of RGB (Red+Green+Blue) = 253+163+13=429 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.97% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 13 (5.47% from 255 or 3.03% from 429); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA30D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA30D is #025CF2. Grayscale: #ADADAD. Windows color (decimal): -154867 or 893949. OLE color: 893949.

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

Color convert

RGB 253 163 13 -
CMYK 0 0.36 0.95 0.01
HSL 37.5º 0.98% 0.52% -
HSV(B) 37.5º 0.95% 0.99% -
XYZ 53.68 47.11 6.64 -
YUV 172.81 37.82 185.2 -
System Red Green Blue C M Y K H S L
Decimal 253 163 13 0 0.36 0.95 0.01 37.5 0.98 0.52
Hex FD A3 D 0 24 5F 1 26 62 34
Octal 375 243 15 0 44 137 1 46 142 64
Binary 11111101 10100011 1101 0 100100 1011111 1 100110 1100010 110100

Color Harmonies of #FDA30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA30D

Black with #FDA30D

Text Example


Text Example

White with #FDA30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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