Html Css Color HEX #FE550D International Orange

📋 copy color: '#FE550D'

red 254 ◦ green 85 ◦ blue 13

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

Shades of International Orange #FE550D

Tints of International Orange #FE550D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.15%

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

R = 72.16%
G = 24.15%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE550D (or 0xFE550D) is known color: International Orange. HEX triplet: FE, 55 and 0D. RGB value is (254,85,13). Sum of RGB (Red+Green+Blue) = 254+85+13=352 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.16% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 13 (5.47% from 255 or 3.69% from 352); Max value from RGB is 254 - color contains mainly: red. Hex color #FE550D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE550D is #01AAF2. Grayscale: #7F7F7F. Windows color (decimal): -109299 or 873982. OLE color: 873982.

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

Color convert

RGB 254 85 13 -
CMYK 0 0.67 0.95 0.00
HSL 17.93º 0.99% 0.52% -
HSV(B) 17.93º 0.95% 1% -
XYZ 44.19 27.6 3.38 -
YUV 127.32 63.49 218.35 -
System Red Green Blue C M Y K H S L
Decimal 254 85 13 0 0.67 0.95 0.00 17.93 0.99 0.52
Hex FE 55 D 0 43 5F 0 12 63 34
Octal 376 125 15 0 103 137 0 22 143 64
Binary 11111110 1010101 1101 0 1000011 1011111 0 10010 1100011 110100

Color Harmonies of #FE550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE550D

Black with #FE550D

Text Example


Text Example

White with #FE550D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE550D; }

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

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

background-color css

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

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

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

border-color css

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

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

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