Html Css Color HEX #FA511B International Orange

📋 copy color: '#FA511B'

red 250 ◦ green 81 ◦ blue 27

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

Shades of International Orange #FA511B

Tints of International Orange #FA511B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.54%

R = 69.83%
G = 22.63%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FA511B (or 0xFA511B) is known color: International Orange. HEX triplet: FA, 51 and 1B. RGB value is (250,81,27). Sum of RGB (Red+Green+Blue) = 250+81+27=358 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.83% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 27 (10.94% from 255 or 7.54% from 358); Max value from RGB is 250 - color contains mainly: red. Hex color #FA511B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA511B is #05AEE4. Grayscale: #7D7D7D. Windows color (decimal): -372453 or 1790458. OLE color: 1790458.

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

Color convert

RGB 250 81 27 -
CMYK 0 0.68 0.89 0.02
HSL 14.53º 0.96% 0.54% -
HSV(B) 14.53º 0.89% 0.98% -
XYZ 42.56 26.29 3.87 -
YUV 125.38 72.49 216.89 -
System Red Green Blue C M Y K H S L
Decimal 250 81 27 0 0.68 0.89 0.02 14.53 0.96 0.54
Hex FA 51 1B 0 44 59 2 F 60 36
Octal 372 121 33 0 104 131 2 17 140 66
Binary 11111010 1010001 11011 0 1000100 1011001 10 1111 1100000 110110

Color Harmonies of #FA511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA511B

Black with #FA511B

Text Example


Text Example

White with #FA511B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA511B; }

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

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

background-color css

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

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

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

border-color css

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

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

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