Html Css Color HEX #FEB31D Dark Tangerine

📋 copy color: '#FEB31D'

red 254 ◦ green 179 ◦ blue 29

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

Shades of Dark Tangerine #FEB31D

Tints of Dark Tangerine #FEB31D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.74%

 BLUE value IS 29 (11.72% from 255) = 6.28%

R = 54.98%
G = 38.74%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FEB31D (or 0xFEB31D) is known color: Dark Tangerine. HEX triplet: FE, B3 and 1D. RGB value is (254,179,29). Sum of RGB (Red+Green+Blue) = 254+179+29=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 29 (11.72% from 255 or 6.28% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB31D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB31D is #014CE2. Grayscale: #B9B9B9. Windows color (decimal): -85219 or 1946622. OLE color: 1946622.

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

Color convert

RGB 254 179 29 -
CMYK 0 0.30 0.89 0.00
HSL 40º 0.99% 0.55% -
HSV(B) 40º 0.89% 1% -
XYZ 57.21 53.4 8.45 -
YUV 184.33 40.35 177.7 -
System Red Green Blue C M Y K H S L
Decimal 254 179 29 0 0.30 0.89 0.00 40 0.99 0.55
Hex FE B3 1D 0 1E 59 0 28 63 37
Octal 376 263 35 0 36 131 0 50 143 67
Binary 11111110 10110011 11101 0 11110 1011001 0 101000 1100011 110111

Color Harmonies of #FEB31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB31D

Black with #FEB31D

Text Example


Text Example

White with #FEB31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB31D; }

 p { color: rgb(254,179,29); }

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

background-color css

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

 a { background-color: rgb(254,179,29); }

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

border-color css

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

 span { border-color: rgb(254,179,29); }

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