Html Css Color HEX #FA510E International Orange

📋 copy color: '#FA510E'

red 250 ◦ green 81 ◦ blue 14

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

Shades of International Orange #FA510E

Tints of International Orange #FA510E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.06%

R = 72.46%
G = 23.48%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA510E (or 0xFA510E) is known color: International Orange. HEX triplet: FA, 51 and 0E. RGB value is (250,81,14). Sum of RGB (Red+Green+Blue) = 250+81+14=345 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.46% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 14 (5.86% from 255 or 4.06% from 345); Max value from RGB is 250 - color contains mainly: red. Hex color #FA510E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA510E is #05AEF1. Grayscale: #7C7C7C. Windows color (decimal): -372466 or 938490. OLE color: 938490.

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

Color convert

RGB 250 81 14 -
CMYK 0 0.68 0.94 0.02
HSL 17.03º 0.96% 0.52% -
HSV(B) 17.03º 0.94% 0.98% -
XYZ 42.45 26.24 3.24 -
YUV 123.89 65.99 217.95 -
System Red Green Blue C M Y K H S L
Decimal 250 81 14 0 0.68 0.94 0.02 17.03 0.96 0.52
Hex FA 51 E 0 44 5E 2 11 60 34
Octal 372 121 16 0 104 136 2 21 140 64
Binary 11111010 1010001 1110 0 1000100 1011110 10 10001 1100000 110100

Color Harmonies of #FA510E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA510E

Black with #FA510E

Text Example


Text Example

White with #FA510E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA510E; }

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

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

background-color css

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

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

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

border-color css

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

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

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