Html Css Color HEX #FE380D Orange Red

📋 copy color: '#FE380D'

red 254 ◦ green 56 ◦ blue 13

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

Shades of Orange Red #FE380D

Tints of Orange Red #FE380D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.34%

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

R = 78.64%
G = 17.34%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE380D (or 0xFE380D) is known color: Orange Red. HEX triplet: FE, 38 and 0D. RGB value is (254,56,13). Sum of RGB (Red+Green+Blue) = 254+56+13=323 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.64% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 254 - color contains mainly: red. Hex color #FE380D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE380D is #01C7F2. Grayscale: #6E6E6E. Windows color (decimal): -116723 or 866558. OLE color: 866558.

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

Color convert

RGB 254 56 13 -
CMYK 0 0.78 0.95 0.00
HSL 10.71º 0.99% 0.52% -
HSV(B) 10.71º 0.95% 1% -
XYZ 42.36 23.93 2.77 -
YUV 110.3 73.1 230.5 -
System Red Green Blue C M Y K H S L
Decimal 254 56 13 0 0.78 0.95 0.00 10.71 0.99 0.52
Hex FE 38 D 0 4E 5F 0 B 63 34
Octal 376 70 15 0 116 137 0 13 143 64
Binary 11111110 111000 1101 0 1001110 1011111 0 1011 1100011 110100

Color Harmonies of #FE380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE380D

Black with #FE380D

Text Example


Text Example

White with #FE380D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE380D; }

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

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

background-color css

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

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

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

border-color css

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

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

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