Html Css Color HEX #FA5814 International Orange

📋 copy color: '#FA5814'

red 250 ◦ green 88 ◦ blue 20

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

Shades of International Orange #FA5814

Tints of International Orange #FA5814

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.58%

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

R = 69.83%
G = 24.58%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA5814 (or 0xFA5814) is known color: International Orange. HEX triplet: FA, 58 and 14. RGB value is (250,88,20). Sum of RGB (Red+Green+Blue) = 250+88+20=358 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.83% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 20 (8.20% from 255 or 5.59% from 358); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5814 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5814 is #05A7EB. Grayscale: #818181. Windows color (decimal): -370668 or 1333498. OLE color: 1333498.

HSL color Cylindrical-coordinate representation of color #FA5814: hue angle of 17.74º 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 #FA5814 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 88 20 -
CMYK 0 0.65 0.92 0.02
HSL 17.74º 0.96% 0.53% -
HSV(B) 17.74º 0.92% 0.98% -
XYZ 43.04 27.35 3.67 -
YUV 128.69 66.67 214.53 -
System Red Green Blue C M Y K H S L
Decimal 250 88 20 0 0.65 0.92 0.02 17.74 0.96 0.53
Hex FA 58 14 0 41 5C 2 12 60 35
Octal 372 130 24 0 101 134 2 22 140 65
Binary 11111010 1011000 10100 0 1000001 1011100 10 10010 1100000 110101

Color Harmonies of #FA5814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5814

Black with #FA5814

Text Example


Text Example

White with #FA5814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5814; }

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

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

background-color css

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

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

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

border-color css

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

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

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