Html Css Color HEX #FA5212 International Orange

📋 copy color: '#FA5212'

red 250 ◦ green 82 ◦ blue 18

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

Shades of International Orange #FA5212

Tints of International Orange #FA5212

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.43%

 BLUE value IS 18 (7.42% from 255) = 5.14%

R = 71.43%
G = 23.43%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA5212 (or 0xFA5212) is known color: International Orange. HEX triplet: FA, 52 and 12. RGB value is (250,82,18). Sum of RGB (Red+Green+Blue) = 250+82+18=350 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.43% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 18 (7.42% from 255 or 5.14% from 350); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5212 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5212 is #05ADED. Grayscale: #7D7D7D. Windows color (decimal): -372206 or 1200890. OLE color: 1200890.

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

Color convert

RGB 250 82 18 -
CMYK 0 0.67 0.93 0.02
HSL 16.55º 0.96% 0.53% -
HSV(B) 16.55º 0.93% 0.98% -
XYZ 42.55 26.4 3.43 -
YUV 124.94 67.66 217.2 -
System Red Green Blue C M Y K H S L
Decimal 250 82 18 0 0.67 0.93 0.02 16.55 0.96 0.53
Hex FA 52 12 0 43 5D 2 11 60 35
Octal 372 122 22 0 103 135 2 21 140 65
Binary 11111010 1010010 10010 0 1000011 1011101 10 10001 1100000 110101

Color Harmonies of #FA5212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5212

Black with #FA5212

Text Example


Text Example

White with #FA5212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5212; }

 p { color: rgb(250,82,18); }

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

background-color css

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

 a { background-color: rgb(250,82,18); }

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

border-color css

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

 span { border-color: rgb(250,82,18); }

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