Html Css Color HEX #FA530A International Orange

📋 copy color: '#FA530A'

red 250 ◦ green 83 ◦ blue 10

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

Shades of International Orange #FA530A

Tints of International Orange #FA530A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.2%

 BLUE value IS 10 (4.3% from 255) = 2.92%

R = 72.89%
G = 24.2%
B = 2.92%

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

#FA530A (or 0xFA530A) is known color: International Orange. HEX triplet: FA, 53 and 0A. RGB value is (250,83,10). Sum of RGB (Red+Green+Blue) = 250+83+10=343 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.89% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 10 (4.30% from 255 or 2.92% from 343); Max value from RGB is 250 - color contains mainly: red. Hex color #FA530A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA530A is #05ACF5. Grayscale: #7D7D7D. Windows color (decimal): -371958 or 676858. OLE color: 676858.

HSL color Cylindrical-coordinate representation of color #FA530A: hue angle of 18.25º 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 #FA530A is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 83 10 -
CMYK 0 0.67 0.96 0.02
HSL 18.25º 0.96% 0.51% -
HSV(B) 18.25º 0.96% 0.98% -
XYZ 42.57 26.53 3.16 -
YUV 124.61 63.33 217.44 -
System Red Green Blue C M Y K H S L
Decimal 250 83 10 0 0.67 0.96 0.02 18.25 0.96 0.51
Hex FA 53 A 0 43 60 2 12 60 33
Octal 372 123 12 0 103 140 2 22 140 63
Binary 11111010 1010011 1010 0 1000011 1100000 10 10010 1100000 110011

Color Harmonies of #FA530A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA530A

Black with #FA530A

Text Example


Text Example

White with #FA530A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA530A; }

 p { color: rgb(250,83,10); }

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

background-color css

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

 a { background-color: rgb(250,83,10); }

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

border-color css

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

 span { border-color: rgb(250,83,10); }

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