Html Css Color HEX #FA520C International Orange

📋 copy color: '#FA520C'

red 250 ◦ green 82 ◦ blue 12

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

Shades of International Orange #FA520C

Tints of International Orange #FA520C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.49%

R = 72.67%
G = 23.84%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA520C (or 0xFA520C) is known color: International Orange. HEX triplet: FA, 52 and 0C. RGB value is (250,82,12). Sum of RGB (Red+Green+Blue) = 250+82+12=344 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.67% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 12 (5.08% from 255 or 3.49% from 344); Max value from RGB is 250 - color contains mainly: red. Hex color #FA520C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA520C is #05ADF3. Grayscale: #7C7C7C. Windows color (decimal): -372212 or 807674. OLE color: 807674.

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

Color convert

RGB 250 82 12 -
CMYK 0 0.67 0.95 0.02
HSL 17.65º 0.96% 0.51% -
HSV(B) 17.65º 0.95% 0.98% -
XYZ 42.51 26.39 3.2 -
YUV 124.25 64.66 217.69 -
System Red Green Blue C M Y K H S L
Decimal 250 82 12 0 0.67 0.95 0.02 17.65 0.96 0.51
Hex FA 52 C 0 43 5F 2 12 60 33
Octal 372 122 14 0 103 137 2 22 140 63
Binary 11111010 1010010 1100 0 1000011 1011111 10 10010 1100000 110011

Color Harmonies of #FA520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA520C

Black with #FA520C

Text Example


Text Example

White with #FA520C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA520C; }

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

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

background-color css

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

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

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

border-color css

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

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

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