Html Css Color HEX #FE580D International Orange

📋 copy color: '#FE580D'

red 254 ◦ green 88 ◦ blue 13

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

Shades of International Orange #FE580D

Tints of International Orange #FE580D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.79%

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

R = 71.55%
G = 24.79%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE580D (or 0xFE580D) is known color: International Orange. HEX triplet: FE, 58 and 0D. RGB value is (254,88,13). Sum of RGB (Red+Green+Blue) = 254+88+13=355 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.55% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 13 (5.47% from 255 or 3.66% from 355); Max value from RGB is 254 - color contains mainly: red. Hex color #FE580D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE580D is #01A7F2. Grayscale: #818181. Windows color (decimal): -108531 or 874750. OLE color: 874750.

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

Color convert

RGB 254 88 13 -
CMYK 0 0.65 0.95 0.00
HSL 18.67º 0.99% 0.52% -
HSV(B) 18.67º 0.95% 1% -
XYZ 44.44 28.08 3.46 -
YUV 129.08 62.5 217.1 -
System Red Green Blue C M Y K H S L
Decimal 254 88 13 0 0.65 0.95 0.00 18.67 0.99 0.52
Hex FE 58 D 0 41 5F 0 13 63 34
Octal 376 130 15 0 101 137 0 23 143 64
Binary 11111110 1011000 1101 0 1000001 1011111 0 10011 1100011 110100

Color Harmonies of #FE580D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE580D

Black with #FE580D

Text Example


Text Example

White with #FE580D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE580D; }

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

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

background-color css

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

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

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

border-color css

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

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

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