Html Css Color HEX #FDB012 Dark Tangerine

📋 copy color: '#FDB012'

red 253 ◦ green 176 ◦ blue 18

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

Shades of Dark Tangerine #FDB012

Tints of Dark Tangerine #FDB012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.03%

R = 56.6%
G = 39.37%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FDB012 (or 0xFDB012) is known color: Dark Tangerine. HEX triplet: FD, B0 and 12. RGB value is (253,176,18). Sum of RGB (Red+Green+Blue) = 253+176+18=447 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.60% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 18 (7.42% from 255 or 4.03% from 447); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB012 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDB012 is #024FED. Grayscale: #B5B5B5. Windows color (decimal): -151534 or 1224957. OLE color: 1224957.

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

Color convert

RGB 253 176 18 -
CMYK 0 0.30 0.93 0.01
HSL 40.34º 0.98% 0.53% -
HSV(B) 40.34º 0.93% 0.99% -
XYZ 56.14 51.98 7.65 -
YUV 181.01 36.01 179.35 -
System Red Green Blue C M Y K H S L
Decimal 253 176 18 0 0.30 0.93 0.01 40.34 0.98 0.53
Hex FD B0 12 0 1E 5D 1 28 62 35
Octal 375 260 22 0 36 135 1 50 142 65
Binary 11111101 10110000 10010 0 11110 1011101 1 101000 1100010 110101

Color Harmonies of #FDB012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB012

Black with #FDB012

Text Example


Text Example

White with #FDB012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB012; }

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

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

background-color css

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

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

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

border-color css

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

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

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