Html Css Color HEX #FE940B Dark Orange

📋 copy color: '#FE940B'

red 254 ◦ green 148 ◦ blue 11

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

Shades of Dark Orange #FE940B

Tints of Dark Orange #FE940B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.84%

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

R = 61.5%
G = 35.84%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE940B (or 0xFE940B) is known color: Dark Orange. HEX triplet: FE, 94 and 0B. RGB value is (254,148,11). Sum of RGB (Red+Green+Blue) = 254+148+11=413 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.50% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 11 (4.69% from 255 or 2.66% from 413); Max value from RGB is 254 - color contains mainly: red. Hex color #FE940B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE940B is #016BF4. Grayscale: #A4A4A4. Windows color (decimal): -93173 or 759038. OLE color: 759038.

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

Color convert

RGB 254 148 11 -
CMYK 0 0.42 0.96 0.00
HSL 33.83º 0.99% 0.52% -
HSV(B) 33.83º 0.96% 1% -
XYZ 51.52 42.27 5.76 -
YUV 164.08 41.62 192.14 -
System Red Green Blue C M Y K H S L
Decimal 254 148 11 0 0.42 0.96 0.00 33.83 0.99 0.52
Hex FE 94 B 0 2A 60 0 22 63 34
Octal 376 224 13 0 52 140 0 42 143 64
Binary 11111110 10010100 1011 0 101010 1100000 0 100010 1100011 110100

Color Harmonies of #FE940B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE940B

Black with #FE940B

Text Example


Text Example

White with #FE940B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE940B; }

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

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

background-color css

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

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

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

border-color css

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

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

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