Html Css Color HEX #FE550F International Orange

📋 copy color: '#FE550F'

red 254 ◦ green 85 ◦ blue 15

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

Shades of International Orange #FE550F

Tints of International Orange #FE550F

RGB

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

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

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

R = 71.75%
G = 24.01%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE550F (or 0xFE550F) is known color: International Orange. HEX triplet: FE, 55 and 0F. RGB value is (254,85,15). Sum of RGB (Red+Green+Blue) = 254+85+15=354 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.75% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 15 (6.25% from 255 or 4.24% from 354); Max value from RGB is 254 - color contains mainly: red. Hex color #FE550F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE550F is #01AAF0. Grayscale: #808080. Windows color (decimal): -109297 or 1005054. OLE color: 1005054.

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

Color convert

RGB 254 85 15 -
CMYK 0 0.67 0.94 0.00
HSL 17.57º 0.99% 0.53% -
HSV(B) 17.57º 0.94% 1% -
XYZ 44.21 27.6 3.45 -
YUV 127.55 64.49 218.19 -
System Red Green Blue C M Y K H S L
Decimal 254 85 15 0 0.67 0.94 0.00 17.57 0.99 0.53
Hex FE 55 F 0 43 5E 0 12 63 35
Octal 376 125 17 0 103 136 0 22 143 65
Binary 11111110 1010101 1111 0 1000011 1011110 0 10010 1100011 110101

Color Harmonies of #FE550F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE550F

Black with #FE550F

Text Example


Text Example

White with #FE550F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE550F; }

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

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

background-color css

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

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

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

border-color css

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

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

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