Html Css Color HEX #FA550E International Orange

📋 copy color: '#FA550E'

red 250 ◦ green 85 ◦ blue 14

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

Shades of International Orange #FA550E

Tints of International Orange #FA550E

RGB

 RED value IS 250 (98.05% from 255) = 71.63%

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

 BLUE value IS 14 (5.86% from 255) = 4.01%

R = 71.63%
G = 24.36%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA550E (or 0xFA550E) is known color: International Orange. HEX triplet: FA, 55 and 0E. RGB value is (250,85,14). Sum of RGB (Red+Green+Blue) = 250+85+14=349 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.63% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 14 (5.86% from 255 or 4.01% from 349); Max value from RGB is 250 - color contains mainly: red. Hex color #FA550E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA550E is #05AAF1. Grayscale: #7E7E7E. Windows color (decimal): -371442 or 939514. OLE color: 939514.

HSL color Cylindrical-coordinate representation of color #FA550E: hue angle of 18.05º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA550E is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 85 14 -
CMYK 0 0.66 0.94 0.02
HSL 18.05º 0.96% 0.52% -
HSV(B) 18.05º 0.94% 0.98% -
XYZ 42.75 26.85 3.35 -
YUV 126.24 64.66 216.27 -
System Red Green Blue C M Y K H S L
Decimal 250 85 14 0 0.66 0.94 0.02 18.05 0.96 0.52
Hex FA 55 E 0 42 5E 2 12 60 34
Octal 372 125 16 0 102 136 2 22 140 64
Binary 11111010 1010101 1110 0 1000010 1011110 10 10010 1100000 110100

Color Harmonies of #FA550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA550E

Black with #FA550E

Text Example


Text Example

White with #FA550E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA550E; }

 p { color: rgb(250,85,14); }

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

background-color css

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

 a { background-color: rgb(250,85,14); }

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

border-color css

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

 span { border-color: rgb(250,85,14); }

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