Html Css Color HEX #FE561B International Orange

📋 copy color: '#FE561B'

red 254 ◦ green 86 ◦ blue 27

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

Shades of International Orange #FE561B

Tints of International Orange #FE561B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.43%

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

R = 69.21%
G = 23.43%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE561B (or 0xFE561B) is known color: International Orange. HEX triplet: FE, 56 and 1B. RGB value is (254,86,27). Sum of RGB (Red+Green+Blue) = 254+86+27=367 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.21% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 27 (10.94% from 255 or 7.36% from 367); Max value from RGB is 254 - color contains mainly: red. Hex color #FE561B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE561B is #01A9E4. Grayscale: #818181. Windows color (decimal): -109029 or 1791742. OLE color: 1791742.

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

Color convert

RGB 254 86 27 -
CMYK 0 0.66 0.89 0.00
HSL 15.59º 0.99% 0.55% -
HSV(B) 15.59º 0.89% 1% -
XYZ 44.4 27.81 4.06 -
YUV 129.51 70.16 216.8 -
System Red Green Blue C M Y K H S L
Decimal 254 86 27 0 0.66 0.89 0.00 15.59 0.99 0.55
Hex FE 56 1B 0 42 59 0 10 63 37
Octal 376 126 33 0 102 131 0 20 143 67
Binary 11111110 1010110 11011 0 1000010 1011001 0 10000 1100011 110111

Color Harmonies of #FE561B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE561B

Black with #FE561B

Text Example


Text Example

White with #FE561B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE561B; }

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

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

background-color css

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

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

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

border-color css

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

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

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