Html Css Color HEX #FDB00E Dark Tangerine

📋 copy color: '#FDB00E'

red 253 ◦ green 176 ◦ blue 14

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

Shades of Dark Tangerine #FDB00E

Tints of Dark Tangerine #FDB00E

RGB

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

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

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

R = 57.11%
G = 39.73%
B = 3.16%

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

#FDB00E (or 0xFDB00E) is known color: Dark Tangerine. HEX triplet: FD, B0 and 0E. RGB value is (253,176,14). Sum of RGB (Red+Green+Blue) = 253+176+14=443 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.11% from 443); Green value is 176 (69.14% from 255 or 39.73% from 443); Blue value is 14 (5.86% from 255 or 3.16% from 443); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB00E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDB00E is #024FF1. Grayscale: #B5B5B5. Windows color (decimal): -151538 or 962813. OLE color: 962813.

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

Color convert

RGB 253 176 14 -
CMYK 0 0.30 0.94 0.01
HSL 40.67º 0.98% 0.52% -
HSV(B) 40.67º 0.94% 0.99% -
XYZ 56.11 51.97 7.49 -
YUV 180.56 34.01 179.67 -
System Red Green Blue C M Y K H S L
Decimal 253 176 14 0 0.30 0.94 0.01 40.67 0.98 0.52
Hex FD B0 E 0 1E 5E 1 29 62 34
Octal 375 260 16 0 36 136 1 51 142 64
Binary 11111101 10110000 1110 0 11110 1011110 1 101001 1100010 110100

Color Harmonies of #FDB00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB00E

Black with #FDB00E

Text Example


Text Example

White with #FDB00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB00E; }

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

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

background-color css

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

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

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

border-color css

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

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

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