Html Css Color HEX #FA520B International Orange

📋 copy color: '#FA520B'

red 250 ◦ green 82 ◦ blue 11

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

Shades of International Orange #FA520B

Tints of International Orange #FA520B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.21%

R = 72.89%
G = 23.91%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA520B (or 0xFA520B) is known color: International Orange. HEX triplet: FA, 52 and 0B. RGB value is (250,82,11). Sum of RGB (Red+Green+Blue) = 250+82+11=343 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.89% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 11 (4.69% from 255 or 3.21% from 343); Max value from RGB is 250 - color contains mainly: red. Hex color #FA520B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA520B is #05ADF4. Grayscale: #7C7C7C. Windows color (decimal): -372213 or 742138. OLE color: 742138.

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

Color convert

RGB 250 82 11 -
CMYK 0 0.67 0.96 0.02
HSL 17.82º 0.96% 0.51% -
HSV(B) 17.82º 0.96% 0.98% -
XYZ 42.5 26.38 3.17 -
YUV 124.14 64.16 217.77 -
System Red Green Blue C M Y K H S L
Decimal 250 82 11 0 0.67 0.96 0.02 17.82 0.96 0.51
Hex FA 52 B 0 43 60 2 12 60 33
Octal 372 122 13 0 103 140 2 22 140 63
Binary 11111010 1010010 1011 0 1000011 1100000 10 10010 1100000 110011

Color Harmonies of #FA520B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA520B

Black with #FA520B

Text Example


Text Example

White with #FA520B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA520B; }

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

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

background-color css

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

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

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

border-color css

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

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

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