Html Css Color HEX #FEB41A Dark Tangerine

📋 copy color: '#FEB41A'

red 254 ◦ green 180 ◦ blue 26

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

Shades of Dark Tangerine #FEB41A

Tints of Dark Tangerine #FEB41A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.13%

 BLUE value IS 26 (10.55% from 255) = 5.65%

R = 55.22%
G = 39.13%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FEB41A (or 0xFEB41A) is known color: Dark Tangerine. HEX triplet: FE, B4 and 1A. RGB value is (254,180,26). Sum of RGB (Red+Green+Blue) = 254+180+26=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 26 (10.55% from 255 or 5.65% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB41A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB41A is #014BE5. Grayscale: #B9B9B9. Windows color (decimal): -84966 or 1750270. OLE color: 1750270.

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

Color convert

RGB 254 180 26 -
CMYK 0 0.29 0.90 0.00
HSL 40.53º 0.99% 0.55% -
HSV(B) 40.53º 0.9% 1% -
XYZ 57.38 53.79 8.34 -
YUV 184.57 38.52 177.52 -
System Red Green Blue C M Y K H S L
Decimal 254 180 26 0 0.29 0.90 0.00 40.53 0.99 0.55
Hex FE B4 1A 0 1D 5A 0 29 63 37
Octal 376 264 32 0 35 132 0 51 143 67
Binary 11111110 10110100 11010 0 11101 1011010 0 101001 1100011 110111

Color Harmonies of #FEB41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB41A

Black with #FEB41A

Text Example


Text Example

White with #FEB41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB41A; }

 p { color: rgb(254,180,26); }

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

background-color css

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

 a { background-color: rgb(254,180,26); }

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

border-color css

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

 span { border-color: rgb(254,180,26); }

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