Html Css Color HEX #FE991B Dark Tangerine

📋 copy color: '#FE991B'

red 254 ◦ green 153 ◦ blue 27

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

Shades of Dark Tangerine #FE991B

Tints of Dark Tangerine #FE991B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.25%

 BLUE value IS 27 (10.94% from 255) = 6.22%

R = 58.53%
G = 35.25%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE991B (or 0xFE991B) is known color: Dark Tangerine. HEX triplet: FE, 99 and 1B. RGB value is (254,153,27). Sum of RGB (Red+Green+Blue) = 254+153+27=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 27 (10.94% from 255 or 6.22% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FE991B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE991B is #0166E4. Grayscale: #A9A9A9. Windows color (decimal): -91877 or 1808894. OLE color: 1808894.

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

Color convert

RGB 254 153 27 -
CMYK 0 0.40 0.89 0.00
HSL 33.3º 0.99% 0.55% -
HSV(B) 33.3º 0.89% 1% -
XYZ 52.46 43.93 6.75 -
YUV 168.84 47.96 188.75 -
System Red Green Blue C M Y K H S L
Decimal 254 153 27 0 0.40 0.89 0.00 33.3 0.99 0.55
Hex FE 99 1B 0 28 59 0 21 63 37
Octal 376 231 33 0 50 131 0 41 143 67
Binary 11111110 10011001 11011 0 101000 1011001 0 100001 1100011 110111

Color Harmonies of #FE991B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE991B

Black with #FE991B

Text Example


Text Example

White with #FE991B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE991B; }

 p { color: rgb(254,153,27); }

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

background-color css

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

 a { background-color: rgb(254,153,27); }

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

border-color css

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

 span { border-color: rgb(254,153,27); }

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