Html Css Color HEX #FA550D International Orange

📋 copy color: '#FA550D'

red 250 ◦ green 85 ◦ blue 13

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

Shades of International Orange #FA550D

Tints of International Orange #FA550D

RGB

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

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

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

R = 71.84%
G = 24.43%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA550D (or 0xFA550D) is known color: International Orange. HEX triplet: FA, 55 and 0D. RGB value is (250,85,13). Sum of RGB (Red+Green+Blue) = 250+85+13=348 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.84% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 13 (5.47% from 255 or 3.74% from 348); Max value from RGB is 250 - color contains mainly: red. Hex color #FA550D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA550D is #05AAF2. Grayscale: #7E7E7E. Windows color (decimal): -371443 or 873978. OLE color: 873978.

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

Color convert

RGB 250 85 13 -
CMYK 0 0.66 0.95 0.02
HSL 18.23º 0.96% 0.52% -
HSV(B) 18.23º 0.95% 0.98% -
XYZ 42.75 26.85 3.31 -
YUV 126.13 64.16 216.35 -
System Red Green Blue C M Y K H S L
Decimal 250 85 13 0 0.66 0.95 0.02 18.23 0.96 0.52
Hex FA 55 D 0 42 5F 2 12 60 34
Octal 372 125 15 0 102 137 2 22 140 64
Binary 11111010 1010101 1101 0 1000010 1011111 10 10010 1100000 110100

Color Harmonies of #FA550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA550D

Black with #FA550D

Text Example


Text Example

White with #FA550D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA550D; }

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

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

background-color css

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

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

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

border-color css

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

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

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