Html Css Color HEX #FE900B Dark Orange

📋 copy color: '#FE900B'

red 254 ◦ green 144 ◦ blue 11

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

Shades of Dark Orange #FE900B

Tints of Dark Orange #FE900B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.21%

 BLUE value IS 11 (4.69% from 255) = 2.69%

R = 62.1%
G = 35.21%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE900B (or 0xFE900B) is known color: Dark Orange. HEX triplet: FE, 90 and 0B. RGB value is (254,144,11). Sum of RGB (Red+Green+Blue) = 254+144+11=409 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.10% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 11 (4.69% from 255 or 2.69% from 409); Max value from RGB is 254 - color contains mainly: red. Hex color #FE900B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE900B is #016FF4. Grayscale: #A2A2A2. Windows color (decimal): -94197 or 758014. OLE color: 758014.

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

Color convert

RGB 254 144 11 -
CMYK 0 0.43 0.96 0.00
HSL 32.84º 0.99% 0.52% -
HSV(B) 32.84º 0.96% 1% -
XYZ 50.91 41.04 5.56 -
YUV 161.73 42.94 193.81 -
System Red Green Blue C M Y K H S L
Decimal 254 144 11 0 0.43 0.96 0.00 32.84 0.99 0.52
Hex FE 90 B 0 2B 60 0 21 63 34
Octal 376 220 13 0 53 140 0 41 143 64
Binary 11111110 10010000 1011 0 101011 1100000 0 100001 1100011 110100

Color Harmonies of #FE900B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE900B

Black with #FE900B

Text Example


Text Example

White with #FE900B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE900B; }

 p { color: rgb(254,144,11); }

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

background-color css

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

 a { background-color: rgb(254,144,11); }

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

border-color css

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

 span { border-color: rgb(254,144,11); }

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