Html Css Color HEX #FE551B International Orange

📋 copy color: '#FE551B'

red 254 ◦ green 85 ◦ blue 27

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

Shades of International Orange #FE551B

Tints of International Orange #FE551B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.38%

R = 69.4%
G = 23.22%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE551B (or 0xFE551B) is known color: International Orange. HEX triplet: FE, 55 and 1B. RGB value is (254,85,27). Sum of RGB (Red+Green+Blue) = 254+85+27=366 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.40% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 27 (10.94% from 255 or 7.38% from 366); Max value from RGB is 254 - color contains mainly: red. Hex color #FE551B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE551B is #01AAE4. Grayscale: #818181. Windows color (decimal): -109285 or 1791486. OLE color: 1791486.

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

Color convert

RGB 254 85 27 -
CMYK 0 0.67 0.89 0.00
HSL 15.33º 0.99% 0.55% -
HSV(B) 15.33º 0.89% 1% -
XYZ 44.32 27.65 4.04 -
YUV 128.92 70.49 217.22 -
System Red Green Blue C M Y K H S L
Decimal 254 85 27 0 0.67 0.89 0.00 15.33 0.99 0.55
Hex FE 55 1B 0 43 59 0 F 63 37
Octal 376 125 33 0 103 131 0 17 143 67
Binary 11111110 1010101 11011 0 1000011 1011001 0 1111 1100011 110111

Color Harmonies of #FE551B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE551B

Black with #FE551B

Text Example


Text Example

White with #FE551B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE551B; }

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

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

background-color css

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

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

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

border-color css

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

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

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