Html Css Color HEX #FA511A International Orange

📋 copy color: '#FA511A'

red 250 ◦ green 81 ◦ blue 26

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

Shades of International Orange #FA511A

Tints of International Orange #FA511A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.69%

 BLUE value IS 26 (10.55% from 255) = 7.28%

R = 70.03%
G = 22.69%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FA511A (or 0xFA511A) is known color: International Orange. HEX triplet: FA, 51 and 1A. RGB value is (250,81,26). Sum of RGB (Red+Green+Blue) = 250+81+26=357 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.03% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 26 (10.55% from 255 or 7.28% from 357); Max value from RGB is 250 - color contains mainly: red. Hex color #FA511A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA511A is #05AEE5. Grayscale: #7D7D7D. Windows color (decimal): -372454 or 1724922. OLE color: 1724922.

HSL color Cylindrical-coordinate representation of color #FA511A: hue angle of 14.73º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA511A is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 81 26 -
CMYK 0 0.68 0.90 0.02
HSL 14.73º 0.96% 0.54% -
HSV(B) 14.73º 0.9% 0.98% -
XYZ 42.55 26.28 3.81 -
YUV 125.26 71.99 216.97 -
System Red Green Blue C M Y K H S L
Decimal 250 81 26 0 0.68 0.90 0.02 14.73 0.96 0.54
Hex FA 51 1A 0 44 5A 2 F 60 36
Octal 372 121 32 0 104 132 2 17 140 66
Binary 11111010 1010001 11010 0 1000100 1011010 10 1111 1100000 110110

Color Harmonies of #FA511A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA511A

Black with #FA511A

Text Example


Text Example

White with #FA511A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA511A; }

 p { color: rgb(250,81,26); }

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

background-color css

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

 a { background-color: rgb(250,81,26); }

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

border-color css

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

 span { border-color: rgb(250,81,26); }

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