Html Css Color HEX #FE560F International Orange

📋 copy color: '#FE560F'

red 254 ◦ green 86 ◦ blue 15

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

Shades of International Orange #FE560F

Tints of International Orange #FE560F

RGB

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

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

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

R = 71.55%
G = 24.23%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE560F (or 0xFE560F) is known color: International Orange. HEX triplet: FE, 56 and 0F. RGB value is (254,86,15). Sum of RGB (Red+Green+Blue) = 254+86+15=355 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.55% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 15 (6.25% from 255 or 4.23% from 355); Max value from RGB is 254 - color contains mainly: red. Hex color #FE560F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE560F is #01A9F0. Grayscale: #808080. Windows color (decimal): -109041 or 1005310. OLE color: 1005310.

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

Color convert

RGB 254 86 15 -
CMYK 0 0.66 0.94 0.00
HSL 17.82º 0.99% 0.53% -
HSV(B) 17.82º 0.94% 1% -
XYZ 44.29 27.76 3.48 -
YUV 128.14 64.16 217.77 -
System Red Green Blue C M Y K H S L
Decimal 254 86 15 0 0.66 0.94 0.00 17.82 0.99 0.53
Hex FE 56 F 0 42 5E 0 12 63 35
Octal 376 126 17 0 102 136 0 22 143 65
Binary 11111110 1010110 1111 0 1000010 1011110 0 10010 1100011 110101

Color Harmonies of #FE560F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE560F

Black with #FE560F

Text Example


Text Example

White with #FE560F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE560F; }

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

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

background-color css

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

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

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

border-color css

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

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

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