Html Css Color HEX #FEB10D Dark Tangerine

📋 copy color: '#FEB10D'

red 254 ◦ green 177 ◦ blue 13

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

Shades of Dark Tangerine #FEB10D

Tints of Dark Tangerine #FEB10D

RGB

 RED value IS 254 (99.61% from 255) = 57.21%

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

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

R = 57.21%
G = 39.86%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FEB10D (or 0xFEB10D) is known color: Dark Tangerine. HEX triplet: FE, B1 and 0D. RGB value is (254,177,13). Sum of RGB (Red+Green+Blue) = 254+177+13=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 177 (69.53% from 255 or 39.86% from 444); Blue value is 13 (5.47% from 255 or 2.93% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB10D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEB10D is #014EF2. Grayscale: #B6B6B6. Windows color (decimal): -85747 or 897534. OLE color: 897534.

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

Color convert

RGB 254 177 13 -
CMYK 0 0.30 0.95 0.00
HSL 40.83º 0.99% 0.52% -
HSV(B) 40.83º 0.95% 1% -
XYZ 56.67 52.54 7.54 -
YUV 181.33 33.01 179.84 -
System Red Green Blue C M Y K H S L
Decimal 254 177 13 0 0.30 0.95 0.00 40.83 0.99 0.52
Hex FE B1 D 0 1E 5F 0 29 63 34
Octal 376 261 15 0 36 137 0 51 143 64
Binary 11111110 10110001 1101 0 11110 1011111 0 101001 1100011 110100

Color Harmonies of #FEB10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB10D

Black with #FEB10D

Text Example


Text Example

White with #FEB10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB10D; }

 p { color: rgb(254,177,13); }

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

background-color css

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

 a { background-color: rgb(254,177,13); }

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

border-color css

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

 span { border-color: rgb(254,177,13); }

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