Html Css Color HEX #FA5B14 International Orange

📋 copy color: '#FA5B14'

red 250 ◦ green 91 ◦ blue 20

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

Shades of International Orange #FA5B14

Tints of International Orange #FA5B14

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.21%

 BLUE value IS 20 (8.2% from 255) = 5.54%

R = 69.25%
G = 25.21%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA5B14 (or 0xFA5B14) is known color: International Orange. HEX triplet: FA, 5B and 14. RGB value is (250,91,20). Sum of RGB (Red+Green+Blue) = 250+91+20=361 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.25% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5B14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5B14 is #05A4EB. Grayscale: #828282. Windows color (decimal): -369900 or 1334266. OLE color: 1334266.

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

Color convert

RGB 250 91 20 -
CMYK 0 0.64 0.92 0.02
HSL 18.52º 0.96% 0.53% -
HSV(B) 18.52º 0.92% 0.98% -
XYZ 43.29 27.86 3.76 -
YUV 130.45 65.68 213.27 -
System Red Green Blue C M Y K H S L
Decimal 250 91 20 0 0.64 0.92 0.02 18.52 0.96 0.53
Hex FA 5B 14 0 40 5C 2 13 60 35
Octal 372 133 24 0 100 134 2 23 140 65
Binary 11111010 1011011 10100 0 1000000 1011100 10 10011 1100000 110101

Color Harmonies of #FA5B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5B14

Black with #FA5B14

Text Example


Text Example

White with #FA5B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5B14; }

 p { color: rgb(250,91,20); }

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

background-color css

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

 a { background-color: rgb(250,91,20); }

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

border-color css

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

 span { border-color: rgb(250,91,20); }

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