Html Css Color HEX #FE940D Dark Orange

📋 copy color: '#FE940D'

red 254 ◦ green 148 ◦ blue 13

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

Shades of Dark Orange #FE940D

Tints of Dark Orange #FE940D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.13%

R = 61.2%
G = 35.66%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE940D (or 0xFE940D) is known color: Dark Orange. HEX triplet: FE, 94 and 0D. RGB value is (254,148,13). Sum of RGB (Red+Green+Blue) = 254+148+13=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 13 (5.47% from 255 or 3.13% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE940D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE940D is #016BF2. Grayscale: #A4A4A4. Windows color (decimal): -93171 or 890110. OLE color: 890110.

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

Color convert

RGB 254 148 13 -
CMYK 0 0.42 0.95 0.00
HSL 33.61º 0.99% 0.52% -
HSV(B) 33.61º 0.95% 1% -
XYZ 51.54 42.28 5.83 -
YUV 164.3 42.62 191.98 -
System Red Green Blue C M Y K H S L
Decimal 254 148 13 0 0.42 0.95 0.00 33.61 0.99 0.52
Hex FE 94 D 0 2A 5F 0 22 63 34
Octal 376 224 15 0 52 137 0 42 143 64
Binary 11111110 10010100 1101 0 101010 1011111 0 100010 1100011 110100

Color Harmonies of #FE940D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE940D

Black with #FE940D

Text Example


Text Example

White with #FE940D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE940D; }

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

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

background-color css

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

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

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

border-color css

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

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

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