Html Css Color HEX #FEB61A Dark Tangerine

📋 copy color: '#FEB61A'

red 254 ◦ green 182 ◦ blue 26

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

Shades of Dark Tangerine #FEB61A

Tints of Dark Tangerine #FEB61A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.39%

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

R = 54.98%
G = 39.39%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FEB61A (or 0xFEB61A) is known color: Dark Tangerine. HEX triplet: FE, B6 and 1A. RGB value is (254,182,26). Sum of RGB (Red+Green+Blue) = 254+182+26=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 182 (71.48% from 255 or 39.39% from 462); Blue value is 26 (10.55% from 255 or 5.63% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB61A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB61A is #0149E5. Grayscale: #BABABA. Windows color (decimal): -84454 or 1750782. OLE color: 1750782.

HSL color Cylindrical-coordinate representation of color #FEB61A: hue angle of 41.05º 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 #FEB61A is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 182 26 -
CMYK 0 0.28 0.90 0.00
HSL 41.05º 0.99% 0.55% -
HSV(B) 41.05º 0.9% 1% -
XYZ 57.79 54.6 8.47 -
YUV 185.74 37.85 176.68 -
System Red Green Blue C M Y K H S L
Decimal 254 182 26 0 0.28 0.90 0.00 41.05 0.99 0.55
Hex FE B6 1A 0 1C 5A 0 29 63 37
Octal 376 266 32 0 34 132 0 51 143 67
Binary 11111110 10110110 11010 0 11100 1011010 0 101001 1100011 110111

Color Harmonies of #FEB61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB61A

Black with #FEB61A

Text Example


Text Example

White with #FEB61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB61A; }

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

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

background-color css

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

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

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

border-color css

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

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

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