Html Css Color HEX #FA550C International Orange

📋 copy color: '#FA550C'

red 250 ◦ green 85 ◦ blue 12

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

Shades of International Orange #FA550C

Tints of International Orange #FA550C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.46%

R = 72.05%
G = 24.5%
B = 3.46%

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

#FA550C (or 0xFA550C) is known color: International Orange. HEX triplet: FA, 55 and 0C. RGB value is (250,85,12). Sum of RGB (Red+Green+Blue) = 250+85+12=347 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.05% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 12 (5.08% from 255 or 3.46% from 347); Max value from RGB is 250 - color contains mainly: red. Hex color #FA550C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA550C is #05AAF3. Grayscale: #7E7E7E. Windows color (decimal): -371444 or 808442. OLE color: 808442.

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

Color convert

RGB 250 85 12 -
CMYK 0 0.66 0.95 0.02
HSL 18.4º 0.96% 0.51% -
HSV(B) 18.4º 0.95% 0.98% -
XYZ 42.74 26.85 3.28 -
YUV 126.01 63.66 216.44 -
System Red Green Blue C M Y K H S L
Decimal 250 85 12 0 0.66 0.95 0.02 18.4 0.96 0.51
Hex FA 55 C 0 42 5F 2 12 60 33
Octal 372 125 14 0 102 137 2 22 140 63
Binary 11111010 1010101 1100 0 1000010 1011111 10 10010 1100000 110011

Color Harmonies of #FA550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA550C

Black with #FA550C

Text Example


Text Example

White with #FA550C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA550C; }

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

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

background-color css

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

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

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

border-color css

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

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

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