Html Css Color HEX #FE920F Dark Orange

📋 copy color: '#FE920F'

red 254 ◦ green 146 ◦ blue 15

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

Shades of Dark Orange #FE920F

Tints of Dark Orange #FE920F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.18%

 BLUE value IS 15 (6.25% from 255) = 3.61%

R = 61.2%
G = 35.18%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE920F (or 0xFE920F) is known color: Dark Orange. HEX triplet: FE, 92 and 0F. RGB value is (254,146,15). Sum of RGB (Red+Green+Blue) = 254+146+15=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 15 (6.25% from 255 or 3.61% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE920F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE920F is #016DF0. Grayscale: #A3A3A3. Windows color (decimal): -93681 or 1020670. OLE color: 1020670.

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

Color convert

RGB 254 146 15 -
CMYK 0 0.43 0.94 0.00
HSL 32.89º 0.99% 0.53% -
HSV(B) 32.89º 0.94% 1% -
XYZ 51.24 41.66 5.79 -
YUV 163.36 44.28 192.65 -
System Red Green Blue C M Y K H S L
Decimal 254 146 15 0 0.43 0.94 0.00 32.89 0.99 0.53
Hex FE 92 F 0 2B 5E 0 21 63 35
Octal 376 222 17 0 53 136 0 41 143 65
Binary 11111110 10010010 1111 0 101011 1011110 0 100001 1100011 110101

Color Harmonies of #FE920F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE920F

Black with #FE920F

Text Example


Text Example

White with #FE920F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE920F; }

 p { color: rgb(254,146,15); }

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

background-color css

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

 a { background-color: rgb(254,146,15); }

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

border-color css

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

 span { border-color: rgb(254,146,15); }

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