Html Css Color HEX #FE5509 International Orange

📋 copy color: '#FE5509'

red 254 ◦ green 85 ◦ blue 9

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

Shades of International Orange #FE5509

Tints of International Orange #FE5509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.59%

R = 72.99%
G = 24.43%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE5509 (or 0xFE5509) is known color: International Orange. HEX triplet: FE, 55 and 09. RGB value is (254,85,9). Sum of RGB (Red+Green+Blue) = 254+85+9=348 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.99% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 9 (3.91% from 255 or 2.59% from 348); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5509 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5509 is #01AAF6. Grayscale: #7F7F7F. Windows color (decimal): -109303 or 611838. OLE color: 611838.

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

Color convert

RGB 254 85 9 -
CMYK 0 0.67 0.96 0.00
HSL 18.61º 0.99% 0.52% -
HSV(B) 18.61º 0.96% 1% -
XYZ 44.17 27.59 3.26 -
YUV 126.87 61.49 218.68 -
System Red Green Blue C M Y K H S L
Decimal 254 85 9 0 0.67 0.96 0.00 18.61 0.99 0.52
Hex FE 55 9 0 43 60 0 13 63 34
Octal 376 125 11 0 103 140 0 23 143 64
Binary 11111110 1010101 1001 0 1000011 1100000 0 10011 1100011 110100

Color Harmonies of #FE5509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5509

Black with #FE5509

Text Example


Text Example

White with #FE5509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5509; }

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

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

background-color css

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

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

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

border-color css

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

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

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