Html Css Color HEX #FE930B Dark Orange

📋 copy color: '#FE930B'

red 254 ◦ green 147 ◦ blue 11

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

Shades of Dark Orange #FE930B

Tints of Dark Orange #FE930B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.68%

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

R = 61.65%
G = 35.68%
B = 2.67%

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

#FE930B (or 0xFE930B) is known color: Dark Orange. HEX triplet: FE, 93 and 0B. RGB value is (254,147,11). Sum of RGB (Red+Green+Blue) = 254+147+11=412 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.65% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 11 (4.69% from 255 or 2.67% from 412); Max value from RGB is 254 - color contains mainly: red. Hex color #FE930B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE930B is #016CF4. Grayscale: #A4A4A4. Windows color (decimal): -93429 or 758782. OLE color: 758782.

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

Color convert

RGB 254 147 11 -
CMYK 0 0.42 0.96 0.00
HSL 33.58º 0.99% 0.52% -
HSV(B) 33.58º 0.96% 1% -
XYZ 51.37 41.96 5.71 -
YUV 163.49 41.95 192.56 -
System Red Green Blue C M Y K H S L
Decimal 254 147 11 0 0.42 0.96 0.00 33.58 0.99 0.52
Hex FE 93 B 0 2A 60 0 22 63 34
Octal 376 223 13 0 52 140 0 42 143 64
Binary 11111110 10010011 1011 0 101010 1100000 0 100010 1100011 110100

Color Harmonies of #FE930B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE930B

Black with #FE930B

Text Example


Text Example

White with #FE930B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE930B; }

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

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

background-color css

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

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

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

border-color css

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

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

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