Html Css Color HEX #FDB10E Dark Tangerine

📋 copy color: '#FDB10E'

red 253 ◦ green 177 ◦ blue 14

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

Shades of Dark Tangerine #FDB10E

Tints of Dark Tangerine #FDB10E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.86%

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

R = 56.98%
G = 39.86%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDB10E (or 0xFDB10E) is known color: Dark Tangerine. HEX triplet: FD, B1 and 0E. RGB value is (253,177,14). Sum of RGB (Red+Green+Blue) = 253+177+14=444 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.98% from 444); Green value is 177 (69.53% from 255 or 39.86% from 444); Blue value is 14 (5.86% from 255 or 3.15% from 444); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB10E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDB10E is #024EF1. Grayscale: #B5B5B5. Windows color (decimal): -151282 or 963069. OLE color: 963069.

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

Color convert

RGB 253 177 14 -
CMYK 0 0.30 0.94 0.01
HSL 40.92º 0.98% 0.52% -
HSV(B) 40.92º 0.94% 0.99% -
XYZ 56.31 52.36 7.55 -
YUV 181.14 33.68 179.25 -
System Red Green Blue C M Y K H S L
Decimal 253 177 14 0 0.30 0.94 0.01 40.92 0.98 0.52
Hex FD B1 E 0 1E 5E 1 29 62 34
Octal 375 261 16 0 36 136 1 51 142 64
Binary 11111101 10110001 1110 0 11110 1011110 1 101001 1100010 110100

Color Harmonies of #FDB10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB10E

Black with #FDB10E

Text Example


Text Example

White with #FDB10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB10E; }

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

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

background-color css

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

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

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

border-color css

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

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

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