Html Css Color HEX #FDB013 Dark Tangerine

📋 copy color: '#FDB013'

red 253 ◦ green 176 ◦ blue 19

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

Shades of Dark Tangerine #FDB013

Tints of Dark Tangerine #FDB013

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.29%

 BLUE value IS 19 (7.81% from 255) = 4.24%

R = 56.47%
G = 39.29%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FDB013 (or 0xFDB013) is known color: Dark Tangerine. HEX triplet: FD, B0 and 13. RGB value is (253,176,19). Sum of RGB (Red+Green+Blue) = 253+176+19=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 176 (69.14% from 255 or 39.29% from 448); Blue value is 19 (7.81% from 255 or 4.24% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB013 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDB013 is #024FEC. Grayscale: #B5B5B5. Windows color (decimal): -151533 or 1290493. OLE color: 1290493.

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

Color convert

RGB 253 176 19 -
CMYK 0 0.30 0.92 0.01
HSL 40.26º 0.98% 0.53% -
HSV(B) 40.26º 0.92% 0.99% -
XYZ 56.15 51.98 7.69 -
YUV 181.13 36.51 179.27 -
System Red Green Blue C M Y K H S L
Decimal 253 176 19 0 0.30 0.92 0.01 40.26 0.98 0.53
Hex FD B0 13 0 1E 5C 1 28 62 35
Octal 375 260 23 0 36 134 1 50 142 65
Binary 11111101 10110000 10011 0 11110 1011100 1 101000 1100010 110101

Color Harmonies of #FDB013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB013

Black with #FDB013

Text Example


Text Example

White with #FDB013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB013; }

 p { color: rgb(253,176,19); }

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

background-color css

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

 a { background-color: rgb(253,176,19); }

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

border-color css

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

 span { border-color: rgb(253,176,19); }

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